Newman Run Dashboard

Wednesday, 04 February 2026 06:34:56
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 47.4s
Total data received: 2.69MB
Average response time: 281ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 536 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 536ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token acd16b41-3cce-4cf6-91f5-ca17c42b2864
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-3i5oh4HWEfpCeOPWJhdClXuotnU"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 536 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 264ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b71357ef-317c-4135-bc43-a61bb11edf17
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 258ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d30bb49d-6ac5-404b-97ff-7a91e61756bc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e966effd-22bb-4bef-bcb1-d4f988aa6368
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dabdc4ff-9025-46ff-8a8a-076595c16461
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 257ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e5f17ad7-5265-4ea5-98a9-c187050fffbd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b698c6e8-bda7-492e-a794-3a6d1c0d5432
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-8KDUx+U1ZlHH2X3w0LY6MqYthNA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":313},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 257ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3cfcf448-9267-468f-97c1-c7e3d66823c1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 77873d57-36e6-4635-9988-e39787e663ba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-8KDUx+U1ZlHH2X3w0LY6MqYthNA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":313},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 70004a92-864f-4010-89db-ed16af21e475
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 257ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb998532-bfdb-42b8-ace1-7b1009c3de7c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0f3bba0-99a4-46d4-b1fa-0f1670c28e77
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 324ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
randomnumber 56
randomFirstName Jennifer
randomLastName Muller
randomEmail Casper79@hotmail.com
randomPhone 597-409-7266
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3211cfb6-8f0c-4102-9250-833887d753c4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1059
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Talon",
                "last_name": "Altenwerth",
                "mobile_number": "799-457-6994",
                "mobile_number_alt": "",
                "email_id": "Adriel.Jenkins31@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"56528904470972",
                "imei1": "56528904470972",
                "imei2": "56528904470972",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-lNDfmpXDQjcGWxm/Z9SbJ5K/Xz4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":176762,"tr_customer_product_id":176752,"job_number":"JOB_176745"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 256ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
randomnumber 393
randomFirstName Glen
randomLastName Ankunding
randomEmail Mara_Hermann@hotmail.com
randomPhone 861-904-4727
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3ab19c81-c09d-48fa-8e6f-adc49da617b6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1053
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Eulah",
                "last_name": "McLaughlin",
                "mobile_number": "296-631-4692",
                "mobile_number_alt": "",
                "email_id": "Christop70@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"42238585246069",
                "imei1": "42238585246069",
                "imei2": "42238585246069",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 258ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 86
randomFirstName Stephania
randomLastName Jast
randomEmail Floy75@gmail.com
randomPhone 854-825-1569
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cff026ee-fae0-4a57-9076-40b5435519ac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1057
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Melissa",
                "last_name": "Goodwin",
                "mobile_number": "265-289-4294",
                "mobile_number_alt": "",
                "email_id": "Lillie_Schoen37@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"82597054231915",
                "imei1": "82597054231915",
                "imei2": "82597054231915",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 257ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
randomnumber 960
randomFirstName Willow
randomLastName Hoeger
randomEmail Lela31@yahoo.com
randomPhone 741-322-7769
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cc06450d-c7ba-4ebc-82ca-2606fefc1acf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 258ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
randomnumber 468
randomFirstName Renee
randomLastName Rutherford
randomEmail Maiya95@hotmail.com
randomPhone 671-219-6587
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c1221598-d9a5-4baf-bd7e-030a50ce2479
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1039
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Gustave",
                "last_name": "Flatley",
                "mobile_number": "884-780-9284",
                "mobile_number_alt": "",
                "email_id": "Leanne_Jerde@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000199",
                "imei1": "100000199",
                "imei2": "100000199",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 257ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
randomnumber 890
randomFirstName Christ
randomLastName Quigley
randomEmail Antonia73@gmail.com
randomPhone 653-527-1283
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78577652-4209-41ef-91c4-2aed2aed23bd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ad98446a-aeb9-4f43-aeba-8f57f4088e4c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-0YstiWgeYsJOGUK28hRtntKj2yY"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":314},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 669ms
Mean size per request: 304.49KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c95e1c10-6b13-4078-8ce9-5f9d2a8c0571
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4c1f1-t0s0mqUA8FSG1M1Jp4YZRqUdCCg"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:12.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176707,"job_number":"JOB_176707","tr_customer_id":176724,"tr_customer_product_id":176714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18637583578491","imei1":"18637583578491","imei2":"18637583578491","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176631,"job_number":"JOB_176631","tr_customer_id":176648,"tr_customer_product_id":176638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Mason Champlin","mobile_number":"298-655-8960","email_id":"Claud.Nader@hotmail.com","dop":"2025-12-31","serial_number":"10724430596009","imei1":"10724430596009","imei2":"10724430596009","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176612,"job_number":"JOB_176612","tr_customer_id":176629,"tr_customer_product_id":176619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:08.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Aileen Gleason","mobile_number":"557-611-8420","email_id":"Ernesto64@hotmail.com","dop":"2025-12-31","serial_number":"10601215488525","imei1":"10601215488525","imei2":"10601215488525","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176607,"job_number":"JOB_176607","tr_customer_id":176624,"tr_customer_product_id":176614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Beatrice Ankunding","mobile_number":"240-612-6333","email_id":"Zella_Goldner@hotmail.com","dop":"2025-06-09","serial_number":"101601397974637","imei1":"101601397974637","imei2":"101601397974637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176596,"job_number":"JOB_176596","tr_customer_id":176613,"tr_customer_product_id":176603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:54.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Alba Ernser","mobile_number":"394-818-6472","email_id":"Devonte_Murray9@hotmail.com","dop":"2025-12-31","serial_number":"10752370154491","imei1":"10752370154491","imei2":"10752370154491","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176592,"job_number":"JOB_176592","tr_customer_id":176609,"tr_customer_product_id":176599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Colin Borer","mobile_number":"928-840-3184","email_id":"Johann14@yahoo.com","dop":"2025-06-09","serial_number":"107220114783683","imei1":"107220114783683","imei2":"107220114783683","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176563,"job_number":"JOB_176563","tr_customer_id":176580,"tr_customer_product_id":176570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Jordane Bradtke","mobile_number":"215-512-5077","email_id":"Dale_Feeney@gmail.com","dop":"2025-06-09","serial_number":"107221785345255","imei1":"107221785345255","imei2":"107221785345255","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176548,"job_number":"JOB_176548","tr_customer_id":176565,"tr_customer_product_id":176555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:24.000Z","modified_at":"2026-02-04T04:20:34.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11056966371513","imei1":"11056966371513","imei2":"11056966371513","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176533,"job_number":"JOB_176533","tr_customer_id":176550,"tr_customer_product_id":176540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Velda Wintheiser","mobile_number":"854-858-7413","email_id":"Benton.Heaney33@yahoo.com","dop":"2025-10-01","serial_number":"17987415519575","imei1":"17987415519575","imei2":"17987415519575","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176490,"job_number":"JOB_176490","tr_customer_id":176507,"tr_customer_product_id":176497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"giyu tomiaka","mobile_number":"342-645-9031","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"215126527489909","imei1":"215126527489909","imei2":"215126527489909","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176479,"job_number":"JOB_176479","tr_customer_id":176496,"tr_customer_product_id":176486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:36.000Z","name":"tanjiro kamado","mobile_number":"348-743-7546","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"753371029945637","imei1":"753371029945637","imei2":"753371029945637","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176471,"job_number":"JOB_176471","tr_customer_id":176488,"tr_customer_product_id":176478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:15.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"saitama sensei","mobile_number":"941-837-0590","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"622751869803208","imei1":"622751869803208","imei2":"622751869803208","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176434,"job_number":"JOB_176434","tr_customer_id":176451,"tr_customer_product_id":176441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:48:25.000Z","modified_at":"2026-02-04T03:39:11.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789054","imei1":"98765678956789054","imei2":"98765678956789054","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176737,"job_number":"JOB_176737","tr_customer_id":176754,"tr_customer_product_id":176744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:41:30.000Z","name":"Hector O'Reilly","mobile_number":"277-472-9194","email_id":"Aimee_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"12884807685364","imei1":"12884807685364","imei2":"12884807685364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176734,"job_number":"JOB_176734","tr_customer_id":176751,"tr_customer_product_id":176741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:47.000Z","name":"Jolie Gerhold","mobile_number":"393-723-5212","email_id":"Birdie_Berge@yahoo.com","dop":"2025-04-06","serial_number":"16652722179689","imei1":"16652722179689","imei2":"16652722179689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176731,"job_number":"JOB_176731","tr_customer_id":176748,"tr_customer_product_id":176738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:40:04.000Z","name":"Dane Kuvalis","mobile_number":"811-824-8551","email_id":"Aletha.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"15631790507869","imei1":"15631790507869","imei2":"15631790507869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176728,"job_number":"JOB_176728","tr_customer_id":176745,"tr_customer_product_id":176735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:55.000Z","modified_at":"2026-02-04T05:30:39.000Z","name":"Freeman Herman","mobile_number":"263-675-8461","email_id":"Maryjane33@hotmail.com","dop":"2025-04-06","serial_number":"13961623298627","imei1":"13961623298627","imei2":"13961623298627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176726,"job_number":"JOB_176726","tr_customer_id":176743,"tr_customer_product_id":176733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:29.000Z","modified_at":"2026-02-04T05:30:04.000Z","name":"Immanuel McClure","mobile_number":"812-833-9513","email_id":"Viola.Bayer93@gmail.com","dop":"2025-04-06","serial_number":"15209066711525","imei1":"15209066711525","imei2":"15209066711525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176723,"job_number":"JOB_176723","tr_customer_id":176740,"tr_customer_product_id":176730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:55.000Z","modified_at":"2026-02-04T05:12:04.000Z","name":"Jeffrey Sauer","mobile_number":"809-750-0216","email_id":"Ronny28@gmail.com","dop":"2025-07-01","serial_number":"101214711385421","imei1":"101214711385421","imei2":"101214711385421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:12:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176721,"job_number":"JOB_176721","tr_customer_id":176738,"tr_customer_product_id":176728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:52.000Z","name":"Marta Nitzsche","mobile_number":"876-939-2221","email_id":"Addie_Boyle@yahoo.com","dop":"2025-07-01","serial_number":"108027526968959","imei1":"108027526968959","imei2":"108027526968959","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176718,"job_number":"JOB_176718","tr_customer_id":176735,"tr_customer_product_id":176725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:08:03.000Z","name":"Jarvis Nienow","mobile_number":"837-409-7971","email_id":"Maximilian.Beatty@gmail.com","dop":"2025-04-06","serial_number":"17271331175318","imei1":"17271331175318","imei2":"17271331175318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:08:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176713,"job_number":"JOB_176713","tr_customer_id":176730,"tr_customer_product_id":176720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:41.000Z","modified_at":"2026-02-04T05:07:19.000Z","name":"Chelsea Lockman","mobile_number":"280-990-6465","email_id":"Grady.Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"11667111239684","imei1":"11667111239684","imei2":"11667111239684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:07:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176710,"job_number":"JOB_176710","tr_customer_id":176727,"tr_customer_product_id":176717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:06:33.000Z","name":"Ayana Lakin","mobile_number":"621-885-5581","email_id":"Ezequiel91@yahoo.com","dop":"2025-04-06","serial_number":"15193799837989","imei1":"15193799837989","imei2":"15193799837989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176706,"job_number":"JOB_176706","tr_customer_id":176723,"tr_customer_product_id":176713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:46:06.000Z","name":"Kadin West","mobile_number":"840-867-0446","email_id":"Claude.Bins@gmail.com","dop":"2025-10-21","serial_number":"14969654966893","imei1":"14969654966893","imei2":"14969654966893","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176704,"job_number":"JOB_176704","tr_customer_id":176721,"tr_customer_product_id":176711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:40.000Z","name":"Lauretta Sporer","mobile_number":"580-663-6430","email_id":"Elmore_Klocko35@yahoo.com","dop":"2025-10-21","serial_number":"10730403025821","imei1":"10730403025821","imei2":"10730403025821","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176702,"job_number":"JOB_176702","tr_customer_id":176719,"tr_customer_product_id":176709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:45:21.000Z","name":"Jodie Abbott","mobile_number":"457-258-9604","email_id":"Lindsay.OKon12@hotmail.com","dop":"2025-10-21","serial_number":"14391136364330","imei1":"14391136364330","imei2":"14391136364330","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176700,"job_number":"JOB_176700","tr_customer_id":176717,"tr_customer_product_id":176707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:13.000Z","modified_at":"2026-02-04T04:44:53.000Z","name":"Karley Glover","mobile_number":"583-213-0873","email_id":"Daniella.Schuster@yahoo.com","dop":"2025-10-21","serial_number":"11218951587295","imei1":"11218951587295","imei2":"11218951587295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176698,"job_number":"JOB_176698","tr_customer_id":176715,"tr_customer_product_id":176705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:44:37.000Z","name":"Travis Flatley","mobile_number":"940-690-9471","email_id":"Kaela11@yahoo.com","dop":"2025-10-21","serial_number":"11476097854053","imei1":"11476097854053","imei2":"11476097854053","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176696,"job_number":"JOB_176696","tr_customer_id":176713,"tr_customer_product_id":176703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:44:05.000Z","name":"Felton Dibbert","mobile_number":"506-453-4330","email_id":"Carlie.Brakus79@gmail.com","dop":"2025-10-21","serial_number":"14267430442700","imei1":"14267430442700","imei2":"14267430442700","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176688,"job_number":"JOB_176688","tr_customer_id":176705,"tr_customer_product_id":176695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45047521778037","imei1":"45047521778037","imei2":"45047521778037","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176681,"job_number":"JOB_176681","tr_customer_id":176698,"tr_customer_product_id":176688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:26:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91800988010490","imei1":"91800988010490","imei2":"91800988010490","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176674,"job_number":"JOB_176674","tr_customer_id":176691,"tr_customer_product_id":176681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:12.000Z","modified_at":"2026-02-04T04:25:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32339119836277","imei1":"32339119836277","imei2":"32339119836277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176666,"job_number":"JOB_176666","tr_customer_id":176683,"tr_customer_product_id":176673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:56.000Z","name":"Jaycee Weissnat","mobile_number":"645-853-3263","email_id":"Hipolito.Shields@hotmail.com","dop":"2025-04-06","serial_number":"11349614812034","imei1":"11349614812034","imei2":"11349614812034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176663,"job_number":"JOB_176663","tr_customer_id":176680,"tr_customer_product_id":176670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:52.000Z","name":"Akeem Walker","mobile_number":"746-584-9495","email_id":"Brandy_McClure@hotmail.com","dop":"2025-04-06","serial_number":"14927185654416","imei1":"14927185654416","imei2":"14927185654416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176660,"job_number":"JOB_176660","tr_customer_id":176677,"tr_customer_product_id":176667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:05.000Z","modified_at":"2026-02-04T04:22:45.000Z","name":"Mark Effertz","mobile_number":"350-461-3813","email_id":"Ricky.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10581145820709","imei1":"10581145820709","imei2":"10581145820709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176657,"job_number":"JOB_176657","tr_customer_id":176674,"tr_customer_product_id":176664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:57.000Z","modified_at":"2026-02-04T04:22:36.000Z","name":"Madison VonRueden","mobile_number":"214-337-0465","email_id":"Edmund_Witting54@yahoo.com","dop":"2025-04-06","serial_number":"10636638989526","imei1":"10636638989526","imei2":"10636638989526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176653,"job_number":"JOB_176653","tr_customer_id":176670,"tr_customer_product_id":176660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:22:26.000Z","name":"Lulu Legros","mobile_number":"474-470-7038","email_id":"Corene_Cummings@yahoo.com","dop":"2025-04-06","serial_number":"15778525443796","imei1":"15778525443796","imei2":"15778525443796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176651,"job_number":"JOB_176651","tr_customer_id":176668,"tr_customer_product_id":176658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:45.000Z","modified_at":"2026-02-04T04:22:24.000Z","name":"Boris O'Conner","mobile_number":"320-517-7243","email_id":"Timmothy35@gmail.com","dop":"2025-04-06","serial_number":"15134246549164","imei1":"15134246549164","imei2":"15134246549164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176647,"job_number":"JOB_176647","tr_customer_id":176664,"tr_customer_product_id":176654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Tyler Bartell","mobile_number":"993-851-2235","email_id":"Buster_Wiegand98@yahoo.com","dop":"2025-12-31","serial_number":"100481880007908","imei1":"100481880007908","imei2":"100481880007908","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176646,"job_number":"JOB_176646","tr_customer_id":176663,"tr_customer_product_id":176653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Imelda Sporer","mobile_number":"467-208-1770","email_id":"Darby76@hotmail.com","dop":"2025-04-06","serial_number":"19855385035594","imei1":"19855385035594","imei2":"19855385035594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176643,"job_number":"JOB_176643","tr_customer_id":176660,"tr_customer_product_id":176650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Alize Cummerata","mobile_number":"537-475-2296","email_id":"Lenna6@yahoo.com","dop":"2025-04-06","serial_number":"13404526723400","imei1":"13404526723400","imei2":"13404526723400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176640,"job_number":"JOB_176640","tr_customer_id":176657,"tr_customer_product_id":176647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:27.000Z","modified_at":"2026-02-04T04:22:08.000Z","name":"Jaida Maggio","mobile_number":"903-530-2435","email_id":"Gabriel.Hermann17@gmail.com","dop":"2025-04-06","serial_number":"13259064261692","imei1":"13259064261692","imei2":"13259064261692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176637,"job_number":"JOB_176637","tr_customer_id":176654,"tr_customer_product_id":176644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:25.000Z","modified_at":"2026-02-04T04:22:04.000Z","name":"Norberto Runolfsdottir","mobile_number":"548-472-7044","email_id":"Jalyn97@hotmail.com","dop":"2025-04-06","serial_number":"14380539441000","imei1":"14380539441000","imei2":"14380539441000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176632,"job_number":"JOB_176632","tr_customer_id":176649,"tr_customer_product_id":176639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:22:00.000Z","name":"Eldon Hyatt","mobile_number":"866-247-2632","email_id":"Jermain.Paucek83@gmail.com","dop":"2025-04-06","serial_number":"18038909573236","imei1":"18038909573236","imei2":"18038909573236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176630,"job_number":"JOB_176630","tr_customer_id":176647,"tr_customer_product_id":176637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Omari Hudson","mobile_number":"956-243-1356","email_id":"Litzy_Kessler@gmail.com","dop":"2025-04-06","serial_number":"11886888319383","imei1":"11886888319383","imei2":"11886888319383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176627,"job_number":"JOB_176627","tr_customer_id":176644,"tr_customer_product_id":176634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Jacklyn Moore","mobile_number":"424-776-3938","email_id":"Priscilla.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"11561317396566","imei1":"11561317396566","imei2":"11561317396566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176624,"job_number":"JOB_176624","tr_customer_id":176641,"tr_customer_product_id":176631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:57.000Z","name":"Joseph Konopelski","mobile_number":"421-449-8370","email_id":"Armando25@yahoo.com","dop":"2000-01-31","serial_number":"10188435582939","imei1":"10188435582939","imei2":"10188435582939","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176620,"job_number":"JOB_176620","tr_customer_id":176637,"tr_customer_product_id":176627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:51.000Z","name":"Mattie Gibson","mobile_number":"855-649-3783","email_id":"Alberta_Crona@yahoo.com","dop":"2025-04-06","serial_number":"10011580042402","imei1":"10011580042402","imei2":"10011580042402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176618,"job_number":"JOB_176618","tr_customer_id":176635,"tr_customer_product_id":176625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Darrion Hessel","mobile_number":"520-797-7761","email_id":"Andreanne_Bayer60@hotmail.com","dop":"2026-01-04","serial_number":"17133369098001","imei1":"17133369098001","imei2":"17133369098001","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176615,"job_number":"JOB_176615","tr_customer_id":176632,"tr_customer_product_id":176622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:49.000Z","name":"Magali Bartell","mobile_number":"815-664-3422","email_id":"Lacey_Wolf75@gmail.com","dop":"2025-04-06","serial_number":"10883674573988","imei1":"10883674573988","imei2":"10883674573988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176611,"job_number":"JOB_176611","tr_customer_id":176628,"tr_customer_product_id":176618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:48.000Z","name":"Myrna Stiedemann","mobile_number":"998-571-1838","email_id":"Merle8@gmail.com","dop":"2025-04-06","serial_number":"16520062757714","imei1":"16520062757714","imei2":"16520062757714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176602,"job_number":"JOB_176602","tr_customer_id":176619,"tr_customer_product_id":176609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:38.000Z","name":"Nico Jast","mobile_number":"647-663-0902","email_id":"Consuelo93@yahoo.com","dop":"2025-04-06","serial_number":"14907914450534","imei1":"14907914450534","imei2":"14907914450534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176600,"job_number":"JOB_176600","tr_customer_id":176617,"tr_customer_product_id":176607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:37.000Z","name":"Chelsea Ward","mobile_number":"886-889-8769","email_id":"Nelda.Cummerata27@hotmail.com","dop":"2025-04-06","serial_number":"11794836586046","imei1":"11794836586046","imei2":"11794836586046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176598,"job_number":"JOB_176598","tr_customer_id":176615,"tr_customer_product_id":176605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:21:34.000Z","name":"Jennings Gaylord","mobile_number":"232-663-6014","email_id":"Rossie.Carter@hotmail.com","dop":"2025-04-06","serial_number":"13344060642110","imei1":"13344060642110","imei2":"13344060642110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176590,"job_number":"JOB_176590","tr_customer_id":176607,"tr_customer_product_id":176597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Kadin Kuvalis","mobile_number":"487-530-8797","email_id":"Kelli.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"18766100481755","imei1":"18766100481755","imei2":"18766100481755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176588,"job_number":"JOB_176588","tr_customer_id":176605,"tr_customer_product_id":176595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hope Jacobson","mobile_number":"865-394-4003","email_id":"Lisette.Olson@gmail.com","dop":"2025-12-31","serial_number":"106871290318209","imei1":"106871290318209","imei2":"106871290318209","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176585,"job_number":"JOB_176585","tr_customer_id":176602,"tr_customer_product_id":176592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"Dora Bartoletti","mobile_number":"502-851-1749","email_id":"Margarett.Lehner8@yahoo.com","dop":"2025-04-06","serial_number":"19184649271816","imei1":"19184649271816","imei2":"19184649271816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176578,"job_number":"JOB_176578","tr_customer_id":176595,"tr_customer_product_id":176585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Leonora Harris","mobile_number":"366-298-2180","email_id":"Reginald_Harvey32@gmail.com","dop":"2025-04-06","serial_number":"14166113325691","imei1":"14166113325691","imei2":"14166113325691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176577,"job_number":"JOB_176577","tr_customer_id":176594,"tr_customer_product_id":176584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Rosalee Pfeffer","mobile_number":"908-751-7700","email_id":"Colleen.Haag@hotmail.com","dop":"2025-04-06","serial_number":"13303380654586","imei1":"13303380654586","imei2":"13303380654586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176575,"job_number":"JOB_176575","tr_customer_id":176592,"tr_customer_product_id":176582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Josephine McGlynn","mobile_number":"250-673-0476","email_id":"Kenyatta.Hills@yahoo.com","dop":"2025-04-06","serial_number":"13930670768311","imei1":"13930670768311","imei2":"13930670768311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176572,"job_number":"JOB_176572","tr_customer_id":176589,"tr_customer_product_id":176579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Terrence Macejkovic","mobile_number":"443-308-3109","email_id":"Khalil.Huel87@yahoo.com","dop":"2025-04-06","serial_number":"16142756577747","imei1":"16142756577747","imei2":"16142756577747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176571,"job_number":"JOB_176571","tr_customer_id":176588,"tr_customer_product_id":176578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"Wilford O'Reilly","mobile_number":"304-299-7620","email_id":"Verdie_Ernser22@gmail.com","dop":"2025-04-06","serial_number":"12923973784175","imei1":"12923973784175","imei2":"12923973784175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176558,"job_number":"JOB_176558","tr_customer_id":176575,"tr_customer_product_id":176565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:29.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Rupert Marks","mobile_number":"433-894-6883","email_id":"Arvel47@yahoo.com","dop":"2026-01-04","serial_number":"11748295611128","imei1":"11748295611128","imei2":"11748295611128","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176556,"job_number":"JOB_176556","tr_customer_id":176574,"tr_customer_product_id":176564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:06.000Z","name":"Brianne Rath","mobile_number":"478-778-0715","email_id":"Ardith_Kshlerin@gmail.com","dop":"2025-04-06","serial_number":"16815796580165","imei1":"16815796580165","imei2":"16815796580165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176555,"job_number":"JOB_176555","tr_customer_id":176572,"tr_customer_product_id":176562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:08.000Z","name":"Chauncey O'Conner","mobile_number":"516-853-3932","email_id":"Justyn28@gmail.com","dop":"2000-01-31","serial_number":"10833219659521","imei1":"10833219659521","imei2":"10833219659521","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176551,"job_number":"JOB_176551","tr_customer_id":176568,"tr_customer_product_id":176558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Nikko Macejkovic","mobile_number":"288-671-7616","email_id":"Sarah_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"17550298443603","imei1":"17550298443603","imei2":"17550298443603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176544,"job_number":"JOB_176544","tr_customer_id":176561,"tr_customer_product_id":176551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:21:01.000Z","name":"Matteo Von","mobile_number":"342-973-4987","email_id":"Eloy.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"14363441597170","imei1":"14363441597170","imei2":"14363441597170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176540,"job_number":"JOB_176540","tr_customer_id":176557,"tr_customer_product_id":176547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Schuyler Hoppe","mobile_number":"930-807-2439","email_id":"Houston_Cummerata80@hotmail.com","dop":"2025-04-06","serial_number":"13502789387231","imei1":"13502789387231","imei2":"13502789387231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176538,"job_number":"JOB_176538","tr_customer_id":176555,"tr_customer_product_id":176545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:55.000Z","name":"Pearline Kihn","mobile_number":"255-593-5668","email_id":"Imani.Gaylord52@gmail.com","dop":"2025-06-18","serial_number":"10091836493480","imei1":"10091836493480","imei2":"10091836493480","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176531,"job_number":"JOB_176531","tr_customer_id":176548,"tr_customer_product_id":176538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Cordelia Pagac","mobile_number":"239-949-3442","email_id":"Drew.McDermott75@hotmail.com","dop":"2025-04-06","serial_number":"15956594608157","imei1":"15956594608157","imei2":"15956594608157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176527,"job_number":"JOB_176527","tr_customer_id":176544,"tr_customer_product_id":176534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Guy Waelchi","mobile_number":"860-293-8876","email_id":"Laurianne65@hotmail.com","dop":"2025-04-06","serial_number":"18283687641171","imei1":"18283687641171","imei2":"18283687641171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176525,"job_number":"JOB_176525","tr_customer_id":176542,"tr_customer_product_id":176532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Brain Davis","mobile_number":"404-311-6308","email_id":"Carleton.Frami@gmail.com","dop":"2025-04-06","serial_number":"13788542844415","imei1":"13788542844415","imei2":"13788542844415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176521,"job_number":"JOB_176521","tr_customer_id":176538,"tr_customer_product_id":176528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:39.000Z","name":"Darien Harber","mobile_number":"578-548-5280","email_id":"Raphaelle9@hotmail.com","dop":"2025-04-06","serial_number":"10290669186276","imei1":"10290669186276","imei2":"10290669186276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176519,"job_number":"JOB_176519","tr_customer_id":176536,"tr_customer_product_id":176526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"Allison Marks","mobile_number":"884-237-9590","email_id":"Cleta_Muller22@gmail.com","dop":"2025-12-31","serial_number":"109515920782283","imei1":"109515920782283","imei2":"109515920782283","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176514,"job_number":"JOB_176514","tr_customer_id":176531,"tr_customer_product_id":176521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Eli Kessler","mobile_number":"956-289-0988","email_id":"Kari41@hotmail.com","dop":"2025-04-06","serial_number":"11459773787837","imei1":"11459773787837","imei2":"11459773787837","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176512,"job_number":"JOB_176512","tr_customer_id":176529,"tr_customer_product_id":176519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Austen Bednar","mobile_number":"528-379-5549","email_id":"Hillard_Herzog96@gmail.com","dop":"2025-04-06","serial_number":"10871636493226","imei1":"10871636493226","imei2":"10871636493226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176510,"job_number":"JOB_176510","tr_customer_id":176527,"tr_customer_product_id":176517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Josefina Jacobi","mobile_number":"556-838-4841","email_id":"Werner18@yahoo.com","dop":"2025-04-06","serial_number":"10425319190950","imei1":"10425319190950","imei2":"10425319190950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176507,"job_number":"JOB_176507","tr_customer_id":176524,"tr_customer_product_id":176514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:47.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Kenton Ferry","mobile_number":"884-933-8543","email_id":"Lamont_Langosh30@yahoo.com","dop":"2025-04-06","serial_number":"16554706441120","imei1":"16554706441120","imei2":"16554706441120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176505,"job_number":"JOB_176505","tr_customer_id":176522,"tr_customer_product_id":176512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Mckayla Welch","mobile_number":"380-580-9472","email_id":"Jabari.Thompson94@gmail.com","dop":"2026-01-04","serial_number":"11242668530788","imei1":"11242668530788","imei2":"11242668530788","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176500,"job_number":"JOB_176500","tr_customer_id":176517,"tr_customer_product_id":176507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Troy Kassulke","mobile_number":"429-334-2416","email_id":"Demarcus.Blick80@gmail.com","dop":"2025-04-06","serial_number":"14635670377565","imei1":"14635670377565","imei2":"14635670377565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176497,"job_number":"JOB_176497","tr_customer_id":176514,"tr_customer_product_id":176504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:42.000Z","modified_at":"2026-02-04T04:19:58.000Z","name":"Rozella O'Keefe","mobile_number":"917-931-9949","email_id":"Wendell_Nikolaus@gmail.com","dop":"2025-05-30","serial_number":"11193339772390","imei1":"11193339772390","imei2":"11193339772390","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176495,"job_number":"JOB_176495","tr_customer_id":176512,"tr_customer_product_id":176502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:40.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Alberto Lemke","mobile_number":"548-215-8611","email_id":"Federico60@gmail.com","dop":"2000-01-31","serial_number":"10674023106755","imei1":"10674023106755","imei2":"10674023106755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176491,"job_number":"JOB_176491","tr_customer_id":176508,"tr_customer_product_id":176498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Deron Steuber","mobile_number":"706-377-0411","email_id":"Florencio_Reichel@hotmail.com","dop":"2025-06-18","serial_number":"10925752725743","imei1":"10925752725743","imei2":"10925752725743","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176488,"job_number":"JOB_176488","tr_customer_id":176505,"tr_customer_product_id":176495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:17.000Z","name":"Rhea Torp","mobile_number":"440-835-2133","email_id":"Enid.Durgan42@yahoo.com","dop":"2025-04-06","serial_number":"19804852871248","imei1":"19804852871248","imei2":"19804852871248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176484,"job_number":"JOB_176484","tr_customer_id":176501,"tr_customer_product_id":176491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Tara Dooley","mobile_number":"230-744-5516","email_id":"Patsy.Collier25@gmail.com","dop":"2025-04-06","serial_number":"12429138110066","imei1":"12429138110066","imei2":"12429138110066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176483,"job_number":"JOB_176483","tr_customer_id":176500,"tr_customer_product_id":176490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Alessandro Purdy","mobile_number":"342-728-6130","email_id":"Cleveland33@gmail.com","dop":"2025-04-06","serial_number":"19144756224125","imei1":"19144756224125","imei2":"19144756224125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176478,"job_number":"JOB_176478","tr_customer_id":176495,"tr_customer_product_id":176485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Caleb Langworth","mobile_number":"679-449-4236","email_id":"Jadyn.Ebert29@gmail.com","dop":"2025-04-06","serial_number":"13432555119457","imei1":"13432555119457","imei2":"13432555119457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176477,"job_number":"JOB_176477","tr_customer_id":176494,"tr_customer_product_id":176484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:04.000Z","name":"Manuela Bosco","mobile_number":"534-607-3873","email_id":"Kieran53@gmail.com","dop":"2025-04-06","serial_number":"16120296697617","imei1":"16120296697617","imei2":"16120296697617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176469,"job_number":"JOB_176469","tr_customer_id":176486,"tr_customer_product_id":176476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:12.000Z","modified_at":"2026-02-04T04:19:52.000Z","name":"Heath Dietrich","mobile_number":"686-211-3178","email_id":"Adan.Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"19785516632411","imei1":"19785516632411","imei2":"19785516632411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176467,"job_number":"JOB_176467","tr_customer_id":176484,"tr_customer_product_id":176474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:05.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Roger Kulas","mobile_number":"386-913-7176","email_id":"Javier_Hansen26@hotmail.com","dop":"2025-04-06","serial_number":"10996378630360","imei1":"10996378630360","imei2":"10996378630360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176465,"job_number":"JOB_176465","tr_customer_id":176482,"tr_customer_product_id":176472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:58.000Z","modified_at":"2026-02-04T04:19:35.000Z","name":"Lempi Ferry","mobile_number":"650-675-4242","email_id":"Martine_Kuhlman78@yahoo.com","dop":"2025-04-06","serial_number":"12999558831053","imei1":"12999558831053","imei2":"12999558831053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176463,"job_number":"JOB_176463","tr_customer_id":176480,"tr_customer_product_id":176470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:19:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15061186077396","imei1":"15061186077396","imei2":"15061186077396","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176461,"job_number":"JOB_176461","tr_customer_id":176478,"tr_customer_product_id":176468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:19:21.000Z","name":"Davion Conroy","mobile_number":"433-789-1714","email_id":"Tyrese79@gmail.com","dop":"2025-04-06","serial_number":"16284035142558","imei1":"16284035142558","imei2":"16284035142558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176460,"job_number":"JOB_176460","tr_customer_id":176477,"tr_customer_product_id":176467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:18:55.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"109725614917318","imei1":"109725614917318","imei2":"109725614917318","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176450,"job_number":"JOB_176450","tr_customer_id":176467,"tr_customer_product_id":176457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:51.000Z","name":"Tomas O'Conner","mobile_number":"864-230-1023","email_id":"Alfonzo_Beier@yahoo.com","dop":"2025-04-06","serial_number":"14681583901262","imei1":"14681583901262","imei2":"14681583901262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176447,"job_number":"JOB_176447","tr_customer_id":176464,"tr_customer_product_id":176454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:31:07.000Z","name":"Alexander Erdman","mobile_number":"923-694-5669","email_id":"Ericka_Mraz98@yahoo.com","dop":"2025-04-06","serial_number":"15454476168298","imei1":"15454476168298","imei2":"15454476168298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176444,"job_number":"JOB_176444","tr_customer_id":176461,"tr_customer_product_id":176451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:30:21.000Z","name":"Malcolm Shields","mobile_number":"800-946-5391","email_id":"Leo_Pouros5@hotmail.com","dop":"2025-04-06","serial_number":"17869032770236","imei1":"17869032770236","imei2":"17869032770236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176440,"job_number":"JOB_176440","tr_customer_id":176457,"tr_customer_product_id":176447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:39.000Z","modified_at":"2026-02-04T03:13:54.000Z","name":"Jacklyn Howe","mobile_number":"640-904-1564","email_id":"Frieda_Towne33@hotmail.com","dop":"2025-05-30","serial_number":"14345045410993","imei1":"14345045410993","imei2":"14345045410993","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176438,"job_number":"JOB_176438","tr_customer_id":176455,"tr_customer_product_id":176445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:42:25.000Z","modified_at":"2026-02-04T03:49:07.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 07fc8b3d-fdf4-470a-b9ee-fbc1efb8d9e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/176745
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f5f8b616-c255-4130-b2c2-a5b168e3e92b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4b270d8b-0dd0-441f-b1e0-2f73700a9098
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-dPl94LKUPr5ucQagYDKy9uL/ZTg"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTV9.fkBHzgYR2DaWx41vilLBYtFSGjXAC8V6ss09EUT3v0w"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTV9.fkBHzgYR2DaWx41vilLBYtFSGjXAC8V6ss09EUT3v0w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 24ef6786-2686-49bc-bd6c-be0b3a79167d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTV9.fkBHzgYR2DaWx41vilLBYtFSGjXAC8V6ss09EUT3v0w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7fe92da8-2ccb-4e28-9647-cfb6ebfadc0a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-Lt6sjTUaIYLijmWnUnEtBuaTlTA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":241},{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 310ms
Mean size per request: 234.07KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e5cb14de-9cd2-4e17-874f-f95663120c7b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3a84a-/8A644p/+z/IqOoBbD6mgq00RW8"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176389,"job_number":"JOB_176389","tr_customer_id":176406,"tr_customer_product_id":176396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:11:26.000Z","modified_at":"2026-02-03T20:11:26.000Z","name":"Swapnil Jade","mobile_number":"9966332211","email_id":"qa.swapnil1910@gmail.com","dop":"2026-01-31","serial_number":"68944645691505","imei1":"68944645691505","imei2":"68944645691505","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176396,"job_number":"JOB_176396","tr_customer_id":176413,"tr_customer_product_id":176403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:03:50.000Z","modified_at":"2026-02-03T21:03:50.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-29","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-29T21:03:49.114052473Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176398,"job_number":"JOB_176398","tr_customer_id":176415,"tr_customer_product_id":176405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Opal Ruecker","mobile_number":"251-483-1714","email_id":"Elroy.Hudson42@gmail.com","dop":"2025-09-09","serial_number":"14282297788225","imei1":"14282297788225","imei2":"14282297788225","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176399,"job_number":"JOB_176399","tr_customer_id":176416,"tr_customer_product_id":176406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Dean Hilll","mobile_number":"658-209-3971","email_id":"Esta16@gmail.com","dop":"2025-09-09","serial_number":"14610684792103","imei1":"14610684792103","imei2":"14610684792103","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176401,"job_number":"JOB_176401","tr_customer_id":176418,"tr_customer_product_id":176408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Antonetta Harris","mobile_number":"553-452-6028","email_id":"Dorcas60@hotmail.com","dop":"2025-09-09","serial_number":"14013214787670","imei1":"14013214787670","imei2":"14013214787670","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176402,"job_number":"JOB_176402","tr_customer_id":176419,"tr_customer_product_id":176409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Isadore Macejkovic","mobile_number":"313-497-7048","email_id":"Angelica0@hotmail.com","dop":"2025-09-09","serial_number":"15844120424251","imei1":"15844120424251","imei2":"15844120424251","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176404,"job_number":"JOB_176404","tr_customer_id":176421,"tr_customer_product_id":176411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Amber Rau","mobile_number":"392-636-4909","email_id":"Albin12@hotmail.com","dop":"2025-09-09","serial_number":"11767463548298","imei1":"11767463548298","imei2":"11767463548298","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176405,"job_number":"JOB_176405","tr_customer_id":176422,"tr_customer_product_id":176412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Conrad Ledner","mobile_number":"903-496-9794","email_id":"Lavon_Muller8@hotmail.com","dop":"2025-09-09","serial_number":"16232199230604","imei1":"16232199230604","imei2":"16232199230604","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176409,"job_number":"JOB_176409","tr_customer_id":176426,"tr_customer_product_id":176416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Adrienne Howe","mobile_number":"578-995-6970","email_id":"Kylee.Cormier@yahoo.com","dop":"2025-09-09","serial_number":"19854642348896","imei1":"19854642348896","imei2":"19854642348896","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176410,"job_number":"JOB_176410","tr_customer_id":176427,"tr_customer_product_id":176417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Jerry Breitenberg","mobile_number":"676-561-5164","email_id":"Enrico.Grant@yahoo.com","dop":"2025-09-09","serial_number":"16458607835989","imei1":"16458607835989","imei2":"16458607835989","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176412,"job_number":"JOB_176412","tr_customer_id":176429,"tr_customer_product_id":176419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Eino Corwin","mobile_number":"777-828-5531","email_id":"Ulises.Powlowski46@gmail.com","dop":"2025-09-09","serial_number":"14275254147122","imei1":"14275254147122","imei2":"14275254147122","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176413,"job_number":"JOB_176413","tr_customer_id":176430,"tr_customer_product_id":176420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Gianni O'Connell","mobile_number":"671-987-2923","email_id":"Elnora.Haag@yahoo.com","dop":"2025-09-09","serial_number":"18491089771435","imei1":"18491089771435","imei2":"18491089771435","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176415,"job_number":"JOB_176415","tr_customer_id":176432,"tr_customer_product_id":176422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Shea Cummings","mobile_number":"930-213-8390","email_id":"Jamel79@gmail.com","dop":"2025-09-09","serial_number":"18083203531400","imei1":"18083203531400","imei2":"18083203531400","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176416,"job_number":"JOB_176416","tr_customer_id":176433,"tr_customer_product_id":176423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Damian Gerlach","mobile_number":"289-621-7355","email_id":"Orrin.Hackett22@hotmail.com","dop":"2025-09-09","serial_number":"12064048566387","imei1":"12064048566387","imei2":"12064048566387","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176418,"job_number":"JOB_176418","tr_customer_id":176435,"tr_customer_product_id":176425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Citlalli Abshire","mobile_number":"705-218-8529","email_id":"Javon_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12581162696776","imei1":"12581162696776","imei2":"12581162696776","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176419,"job_number":"JOB_176419","tr_customer_id":176436,"tr_customer_product_id":176426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Joany Kris","mobile_number":"341-706-7045","email_id":"Presley_Torphy51@hotmail.com","dop":"2025-09-09","serial_number":"14793756037832","imei1":"14793756037832","imei2":"14793756037832","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176421,"job_number":"JOB_176421","tr_customer_id":176438,"tr_customer_product_id":176428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Al Ryan","mobile_number":"420-549-1034","email_id":"Raquel.Beahan35@hotmail.com","dop":"2025-09-09","serial_number":"11790063170471","imei1":"11790063170471","imei2":"11790063170471","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176422,"job_number":"JOB_176422","tr_customer_id":176439,"tr_customer_product_id":176429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Ezequiel Sporer","mobile_number":"533-634-0071","email_id":"Eryn32@hotmail.com","dop":"2025-09-09","serial_number":"10256015959300","imei1":"10256015959300","imei2":"10256015959300","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176424,"job_number":"JOB_176424","tr_customer_id":176441,"tr_customer_product_id":176431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Bethany Ratke","mobile_number":"952-643-8638","email_id":"Georgianna.Goyette@gmail.com","dop":"2025-09-09","serial_number":"11152165402482","imei1":"11152165402482","imei2":"11152165402482","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176425,"job_number":"JOB_176425","tr_customer_id":176442,"tr_customer_product_id":176432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Alanis Goyette","mobile_number":"814-690-9336","email_id":"Greta76@gmail.com","dop":"2025-09-09","serial_number":"18958151439314","imei1":"18958151439314","imei2":"18958151439314","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176429,"job_number":"JOB_176429","tr_customer_id":176446,"tr_customer_product_id":176436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:26.000Z","modified_at":"2026-02-03T23:48:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-24T23:48:26.122988639Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176430,"job_number":"JOB_176430","tr_customer_id":176447,"tr_customer_product_id":176437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:27.000Z","modified_at":"2026-02-03T23:48:27.000Z","name":"Nirbhay Shukla","mobile_number":"7079936551","email_id":"anilabh.singh@gmail.com","dop":"2026-01-24","serial_number":"905580915292613","imei1":"905580915292613","imei2":"905580915292613","popurl":"www.aanandaswarup-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176431,"job_number":"JOB_176431","tr_customer_id":176448,"tr_customer_product_id":176438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:50:52.000Z","modified_at":"2026-02-03T23:50:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-24T23:50:52.353382653Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176393,"job_number":"JOB_176393","tr_customer_id":176410,"tr_customer_product_id":176400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:46:30.000Z","modified_at":"2026-02-03T20:46:30.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"13915635489986","imei1":"13915635489986","imei2":"13915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176407,"job_number":"JOB_176407","tr_customer_id":176424,"tr_customer_product_id":176414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"99915635489986","imei1":"99915635489986","imei2":"99915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176408,"job_number":"JOB_176408","tr_customer_id":176425,"tr_customer_product_id":176415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"89915635489986","imei1":"89915635489986","imei2":"89915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:12.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTV9.fkBHzgYR2DaWx41vilLBYtFSGjXAC8V6ss09EUT3v0w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bd62928c-490d-4b30-91c1-c01c7f5bd215
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTV9.fkBHzgYR2DaWx41vilLBYtFSGjXAC8V6ss09EUT3v0w
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 39103f4e-5ad6-4a3f-b17f-1036fdbbf39f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 176745,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 233.1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTV9.fkBHzgYR2DaWx41vilLBYtFSGjXAC8V6ss09EUT3v0w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aa23fcc2-fc3d-4503-a86d-9285cfa79f49
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3a463-Goqmja0cnMvHzkWUBBRRlYAgrlU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176389,"job_number":"JOB_176389","tr_customer_id":176406,"tr_customer_product_id":176396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:11:26.000Z","modified_at":"2026-02-03T20:11:26.000Z","name":"Swapnil Jade","mobile_number":"9966332211","email_id":"qa.swapnil1910@gmail.com","dop":"2026-01-31","serial_number":"68944645691505","imei1":"68944645691505","imei2":"68944645691505","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176396,"job_number":"JOB_176396","tr_customer_id":176413,"tr_customer_product_id":176403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:03:50.000Z","modified_at":"2026-02-03T21:03:50.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-29","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-29T21:03:49.114052473Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176398,"job_number":"JOB_176398","tr_customer_id":176415,"tr_customer_product_id":176405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Opal Ruecker","mobile_number":"251-483-1714","email_id":"Elroy.Hudson42@gmail.com","dop":"2025-09-09","serial_number":"14282297788225","imei1":"14282297788225","imei2":"14282297788225","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176399,"job_number":"JOB_176399","tr_customer_id":176416,"tr_customer_product_id":176406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Dean Hilll","mobile_number":"658-209-3971","email_id":"Esta16@gmail.com","dop":"2025-09-09","serial_number":"14610684792103","imei1":"14610684792103","imei2":"14610684792103","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176401,"job_number":"JOB_176401","tr_customer_id":176418,"tr_customer_product_id":176408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Antonetta Harris","mobile_number":"553-452-6028","email_id":"Dorcas60@hotmail.com","dop":"2025-09-09","serial_number":"14013214787670","imei1":"14013214787670","imei2":"14013214787670","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176402,"job_number":"JOB_176402","tr_customer_id":176419,"tr_customer_product_id":176409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Isadore Macejkovic","mobile_number":"313-497-7048","email_id":"Angelica0@hotmail.com","dop":"2025-09-09","serial_number":"15844120424251","imei1":"15844120424251","imei2":"15844120424251","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176404,"job_number":"JOB_176404","tr_customer_id":176421,"tr_customer_product_id":176411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Amber Rau","mobile_number":"392-636-4909","email_id":"Albin12@hotmail.com","dop":"2025-09-09","serial_number":"11767463548298","imei1":"11767463548298","imei2":"11767463548298","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176405,"job_number":"JOB_176405","tr_customer_id":176422,"tr_customer_product_id":176412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Conrad Ledner","mobile_number":"903-496-9794","email_id":"Lavon_Muller8@hotmail.com","dop":"2025-09-09","serial_number":"16232199230604","imei1":"16232199230604","imei2":"16232199230604","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176409,"job_number":"JOB_176409","tr_customer_id":176426,"tr_customer_product_id":176416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Adrienne Howe","mobile_number":"578-995-6970","email_id":"Kylee.Cormier@yahoo.com","dop":"2025-09-09","serial_number":"19854642348896","imei1":"19854642348896","imei2":"19854642348896","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176410,"job_number":"JOB_176410","tr_customer_id":176427,"tr_customer_product_id":176417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Jerry Breitenberg","mobile_number":"676-561-5164","email_id":"Enrico.Grant@yahoo.com","dop":"2025-09-09","serial_number":"16458607835989","imei1":"16458607835989","imei2":"16458607835989","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176412,"job_number":"JOB_176412","tr_customer_id":176429,"tr_customer_product_id":176419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Eino Corwin","mobile_number":"777-828-5531","email_id":"Ulises.Powlowski46@gmail.com","dop":"2025-09-09","serial_number":"14275254147122","imei1":"14275254147122","imei2":"14275254147122","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176413,"job_number":"JOB_176413","tr_customer_id":176430,"tr_customer_product_id":176420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Gianni O'Connell","mobile_number":"671-987-2923","email_id":"Elnora.Haag@yahoo.com","dop":"2025-09-09","serial_number":"18491089771435","imei1":"18491089771435","imei2":"18491089771435","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176415,"job_number":"JOB_176415","tr_customer_id":176432,"tr_customer_product_id":176422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Shea Cummings","mobile_number":"930-213-8390","email_id":"Jamel79@gmail.com","dop":"2025-09-09","serial_number":"18083203531400","imei1":"18083203531400","imei2":"18083203531400","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176416,"job_number":"JOB_176416","tr_customer_id":176433,"tr_customer_product_id":176423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Damian Gerlach","mobile_number":"289-621-7355","email_id":"Orrin.Hackett22@hotmail.com","dop":"2025-09-09","serial_number":"12064048566387","imei1":"12064048566387","imei2":"12064048566387","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176418,"job_number":"JOB_176418","tr_customer_id":176435,"tr_customer_product_id":176425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Citlalli Abshire","mobile_number":"705-218-8529","email_id":"Javon_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12581162696776","imei1":"12581162696776","imei2":"12581162696776","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176419,"job_number":"JOB_176419","tr_customer_id":176436,"tr_customer_product_id":176426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Joany Kris","mobile_number":"341-706-7045","email_id":"Presley_Torphy51@hotmail.com","dop":"2025-09-09","serial_number":"14793756037832","imei1":"14793756037832","imei2":"14793756037832","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176421,"job_number":"JOB_176421","tr_customer_id":176438,"tr_customer_product_id":176428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Al Ryan","mobile_number":"420-549-1034","email_id":"Raquel.Beahan35@hotmail.com","dop":"2025-09-09","serial_number":"11790063170471","imei1":"11790063170471","imei2":"11790063170471","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176422,"job_number":"JOB_176422","tr_customer_id":176439,"tr_customer_product_id":176429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Ezequiel Sporer","mobile_number":"533-634-0071","email_id":"Eryn32@hotmail.com","dop":"2025-09-09","serial_number":"10256015959300","imei1":"10256015959300","imei2":"10256015959300","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176424,"job_number":"JOB_176424","tr_customer_id":176441,"tr_customer_product_id":176431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Bethany Ratke","mobile_number":"952-643-8638","email_id":"Georgianna.Goyette@gmail.com","dop":"2025-09-09","serial_number":"11152165402482","imei1":"11152165402482","imei2":"11152165402482","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176425,"job_number":"JOB_176425","tr_customer_id":176442,"tr_customer_product_id":176432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Alanis Goyette","mobile_number":"814-690-9336","email_id":"Greta76@gmail.com","dop":"2025-09-09","serial_number":"18958151439314","imei1":"18958151439314","imei2":"18958151439314","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176429,"job_number":"JOB_176429","tr_customer_id":176446,"tr_customer_product_id":176436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:26.000Z","modified_at":"2026-02-03T23:48:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-24T23:48:26.122988639Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176430,"job_number":"JOB_176430","tr_customer_id":176447,"tr_customer_product_id":176437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:27.000Z","modified_at":"2026-02-03T23:48:27.000Z","name":"Nirbhay Shukla","mobile_number":"7079936551","email_id":"anilabh.singh@gmail.com","dop":"2026-01-24","serial_number":"905580915292613","imei1":"905580915292613","imei2":"905580915292613","popurl":"www.aanandaswarup-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176431,"job_number":"JOB_176431","tr_customer_id":176448,"tr_customer_product_id":176438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:50:52.000Z","modified_at":"2026-02-03T23:50:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-24T23:50:52.353382653Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176393,"job_number":"JOB_176393","tr_customer_id":176410,"tr_customer_product_id":176400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:46:30.000Z","modified_at":"2026-02-03T20:46:30.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"13915635489986","imei1":"13915635489986","imei2":"13915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176407,"job_number":"JOB_176407","tr_customer_id":176424,"tr_customer_product_id":176414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"99915635489986","imei1":"99915635489986","imei2":"99915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176408,"job_number":"JOB_176408","tr_customer_id":176425,"tr_customer_product_id":176415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"89915635489986","imei1":"89915635489986","imei2":"89915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f2f31954-4f34-4b84-a7b4-9e5003399868
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-XLQKkz5iGeyaJHpHghl8b0BGd+g"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTd9.FV4MSlI9EOiFi709ek1R__Q1GleQcdjFI1oKGkHg5BU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTd9.FV4MSlI9EOiFi709ek1R__Q1GleQcdjFI1oKGkHg5BU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e315be81-83aa-494d-9a6c-1eaa30541476
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTd9.FV4MSlI9EOiFi709ek1R__Q1GleQcdjFI1oKGkHg5BU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78c0a57e-3cb4-4a7a-b094-a63f95bf805b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-IzAXNZlONROuF5LxNANk8X3OHtM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":99}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTd9.FV4MSlI9EOiFi709ek1R__Q1GleQcdjFI1oKGkHg5BU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 614ed558-5ee4-458d-8215-8770618aa2b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c9-AuqfxzFjc8Fy+MTPtY3zqwiY/pQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:17.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T06:34:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":176428,"job_number":"JOB_176428","tr_customer_id":176445,"tr_customer_product_id":176435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:09:51.000Z","modified_at":"2026-02-03T23:11:54.000Z","name":"Farhana Begum","mobile_number":"2233445566","email_id":"farhanalita@yahoo.com","dop":"2026-01-03","serial_number":"23456789023456","imei1":"23456789023456","imei2":"23456789023456","popurl":"2026-01-03T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-03T23:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTd9.FV4MSlI9EOiFi709ek1R__Q1GleQcdjFI1oKGkHg5BU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1972502a-4bdc-4a31-820c-a9e683aba5c7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 358ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTd9.FV4MSlI9EOiFi709ek1R__Q1GleQcdjFI1oKGkHg5BU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ae36138-8851-4168-accf-4813c7803fb3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"94f-iQk38Bt+hkdLL9wu/J772bMKSLI"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:17.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T06:34:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":176745,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-04T06:34:12.000Z"}],"quatations":[]},{"id":176428,"job_number":"JOB_176428","tr_customer_id":176445,"tr_customer_product_id":176435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:09:51.000Z","modified_at":"2026-02-03T23:11:54.000Z","name":"Farhana Begum","mobile_number":"2233445566","email_id":"farhanalita@yahoo.com","dop":"2026-01-03","serial_number":"23456789023456","imei1":"23456789023456","imei2":"23456789023456","popurl":"2026-01-03T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-03T23:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":176428,"remark":"battery dead easily","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-03T23:09:51.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTd9.FV4MSlI9EOiFi709ek1R__Q1GleQcdjFI1oKGkHg5BU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 68847ce7-9f71-4437-b749-188259f25423
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTd9.FV4MSlI9EOiFi709ek1R__Q1GleQcdjFI1oKGkHg5BU
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a7a081a0-ccff-4895-a7b9-14d6283a3bb0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":176745,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0ddd08cc-b837-4396-bf93-11097b8ff113
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-vWgV4nPsIYyOLlge+iil1JuhXIQ"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg2MH0.EOfPIGgbC7oZ77idIgU3Sog4cwgFcSmMkedZG7irROs"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg2MH0.EOfPIGgbC7oZ77idIgU3Sog4cwgFcSmMkedZG7irROs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 895f2601-df28-418d-9a17-4f7bed5cdfb7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg2MH0.EOfPIGgbC7oZ77idIgU3Sog4cwgFcSmMkedZG7irROs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9a78ba20-9e8e-4bc7-90e3-7d1ccf20ea5a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-SCjaCZ0y51+r/m1iTowfR984N4E"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":99},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg2MH0.EOfPIGgbC7oZ77idIgU3Sog4cwgFcSmMkedZG7irROs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 50bb5bc5-1c4c-46d8-8083-be6d12d2e73f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 300ms
Mean size per request: 95.76KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg2MH0.EOfPIGgbC7oZ77idIgU3Sog4cwgFcSmMkedZG7irROs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c232a60c-311b-45d2-bac8-d5454934d8f1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"17f09-RhNz3x8AhxozHQhqVxc8aCv0eJQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176707,"job_number":"JOB_176707","tr_customer_id":176724,"tr_customer_product_id":176714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18637583578491","imei1":"18637583578491","imei2":"18637583578491","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176631,"job_number":"JOB_176631","tr_customer_id":176648,"tr_customer_product_id":176638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Mason Champlin","mobile_number":"298-655-8960","email_id":"Claud.Nader@hotmail.com","dop":"2025-12-31","serial_number":"10724430596009","imei1":"10724430596009","imei2":"10724430596009","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176612,"job_number":"JOB_176612","tr_customer_id":176629,"tr_customer_product_id":176619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:08.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Aileen Gleason","mobile_number":"557-611-8420","email_id":"Ernesto64@hotmail.com","dop":"2025-12-31","serial_number":"10601215488525","imei1":"10601215488525","imei2":"10601215488525","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176607,"job_number":"JOB_176607","tr_customer_id":176624,"tr_customer_product_id":176614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Beatrice Ankunding","mobile_number":"240-612-6333","email_id":"Zella_Goldner@hotmail.com","dop":"2025-06-09","serial_number":"101601397974637","imei1":"101601397974637","imei2":"101601397974637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176596,"job_number":"JOB_176596","tr_customer_id":176613,"tr_customer_product_id":176603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:54.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Alba Ernser","mobile_number":"394-818-6472","email_id":"Devonte_Murray9@hotmail.com","dop":"2025-12-31","serial_number":"10752370154491","imei1":"10752370154491","imei2":"10752370154491","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176592,"job_number":"JOB_176592","tr_customer_id":176609,"tr_customer_product_id":176599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Colin Borer","mobile_number":"928-840-3184","email_id":"Johann14@yahoo.com","dop":"2025-06-09","serial_number":"107220114783683","imei1":"107220114783683","imei2":"107220114783683","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176563,"job_number":"JOB_176563","tr_customer_id":176580,"tr_customer_product_id":176570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Jordane Bradtke","mobile_number":"215-512-5077","email_id":"Dale_Feeney@gmail.com","dop":"2025-06-09","serial_number":"107221785345255","imei1":"107221785345255","imei2":"107221785345255","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176548,"job_number":"JOB_176548","tr_customer_id":176565,"tr_customer_product_id":176555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:24.000Z","modified_at":"2026-02-04T04:20:34.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11056966371513","imei1":"11056966371513","imei2":"11056966371513","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176533,"job_number":"JOB_176533","tr_customer_id":176550,"tr_customer_product_id":176540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Velda Wintheiser","mobile_number":"854-858-7413","email_id":"Benton.Heaney33@yahoo.com","dop":"2025-10-01","serial_number":"17987415519575","imei1":"17987415519575","imei2":"17987415519575","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176490,"job_number":"JOB_176490","tr_customer_id":176507,"tr_customer_product_id":176497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"giyu tomiaka","mobile_number":"342-645-9031","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"215126527489909","imei1":"215126527489909","imei2":"215126527489909","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176479,"job_number":"JOB_176479","tr_customer_id":176496,"tr_customer_product_id":176486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:36.000Z","name":"tanjiro kamado","mobile_number":"348-743-7546","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"753371029945637","imei1":"753371029945637","imei2":"753371029945637","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176471,"job_number":"JOB_176471","tr_customer_id":176488,"tr_customer_product_id":176478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:15.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"saitama sensei","mobile_number":"941-837-0590","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"622751869803208","imei1":"622751869803208","imei2":"622751869803208","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176434,"job_number":"JOB_176434","tr_customer_id":176451,"tr_customer_product_id":176441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:48:25.000Z","modified_at":"2026-02-04T03:39:11.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789054","imei1":"98765678956789054","imei2":"98765678956789054","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176737,"job_number":"JOB_176737","tr_customer_id":176754,"tr_customer_product_id":176744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:41:30.000Z","name":"Hector O'Reilly","mobile_number":"277-472-9194","email_id":"Aimee_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"12884807685364","imei1":"12884807685364","imei2":"12884807685364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176734,"job_number":"JOB_176734","tr_customer_id":176751,"tr_customer_product_id":176741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:47.000Z","name":"Jolie Gerhold","mobile_number":"393-723-5212","email_id":"Birdie_Berge@yahoo.com","dop":"2025-04-06","serial_number":"16652722179689","imei1":"16652722179689","imei2":"16652722179689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176731,"job_number":"JOB_176731","tr_customer_id":176748,"tr_customer_product_id":176738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:40:04.000Z","name":"Dane Kuvalis","mobile_number":"811-824-8551","email_id":"Aletha.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"15631790507869","imei1":"15631790507869","imei2":"15631790507869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176728,"job_number":"JOB_176728","tr_customer_id":176745,"tr_customer_product_id":176735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:55.000Z","modified_at":"2026-02-04T05:30:39.000Z","name":"Freeman Herman","mobile_number":"263-675-8461","email_id":"Maryjane33@hotmail.com","dop":"2025-04-06","serial_number":"13961623298627","imei1":"13961623298627","imei2":"13961623298627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176726,"job_number":"JOB_176726","tr_customer_id":176743,"tr_customer_product_id":176733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:29.000Z","modified_at":"2026-02-04T05:30:04.000Z","name":"Immanuel McClure","mobile_number":"812-833-9513","email_id":"Viola.Bayer93@gmail.com","dop":"2025-04-06","serial_number":"15209066711525","imei1":"15209066711525","imei2":"15209066711525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176723,"job_number":"JOB_176723","tr_customer_id":176740,"tr_customer_product_id":176730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:55.000Z","modified_at":"2026-02-04T05:12:04.000Z","name":"Jeffrey Sauer","mobile_number":"809-750-0216","email_id":"Ronny28@gmail.com","dop":"2025-07-01","serial_number":"101214711385421","imei1":"101214711385421","imei2":"101214711385421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:12:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176721,"job_number":"JOB_176721","tr_customer_id":176738,"tr_customer_product_id":176728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:52.000Z","name":"Marta Nitzsche","mobile_number":"876-939-2221","email_id":"Addie_Boyle@yahoo.com","dop":"2025-07-01","serial_number":"108027526968959","imei1":"108027526968959","imei2":"108027526968959","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176718,"job_number":"JOB_176718","tr_customer_id":176735,"tr_customer_product_id":176725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:08:03.000Z","name":"Jarvis Nienow","mobile_number":"837-409-7971","email_id":"Maximilian.Beatty@gmail.com","dop":"2025-04-06","serial_number":"17271331175318","imei1":"17271331175318","imei2":"17271331175318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:08:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176713,"job_number":"JOB_176713","tr_customer_id":176730,"tr_customer_product_id":176720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:41.000Z","modified_at":"2026-02-04T05:07:19.000Z","name":"Chelsea Lockman","mobile_number":"280-990-6465","email_id":"Grady.Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"11667111239684","imei1":"11667111239684","imei2":"11667111239684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:07:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176710,"job_number":"JOB_176710","tr_customer_id":176727,"tr_customer_product_id":176717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:06:33.000Z","name":"Ayana Lakin","mobile_number":"621-885-5581","email_id":"Ezequiel91@yahoo.com","dop":"2025-04-06","serial_number":"15193799837989","imei1":"15193799837989","imei2":"15193799837989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176706,"job_number":"JOB_176706","tr_customer_id":176723,"tr_customer_product_id":176713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:46:06.000Z","name":"Kadin West","mobile_number":"840-867-0446","email_id":"Claude.Bins@gmail.com","dop":"2025-10-21","serial_number":"14969654966893","imei1":"14969654966893","imei2":"14969654966893","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176704,"job_number":"JOB_176704","tr_customer_id":176721,"tr_customer_product_id":176711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:40.000Z","name":"Lauretta Sporer","mobile_number":"580-663-6430","email_id":"Elmore_Klocko35@yahoo.com","dop":"2025-10-21","serial_number":"10730403025821","imei1":"10730403025821","imei2":"10730403025821","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176702,"job_number":"JOB_176702","tr_customer_id":176719,"tr_customer_product_id":176709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:45:21.000Z","name":"Jodie Abbott","mobile_number":"457-258-9604","email_id":"Lindsay.OKon12@hotmail.com","dop":"2025-10-21","serial_number":"14391136364330","imei1":"14391136364330","imei2":"14391136364330","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176700,"job_number":"JOB_176700","tr_customer_id":176717,"tr_customer_product_id":176707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:13.000Z","modified_at":"2026-02-04T04:44:53.000Z","name":"Karley Glover","mobile_number":"583-213-0873","email_id":"Daniella.Schuster@yahoo.com","dop":"2025-10-21","serial_number":"11218951587295","imei1":"11218951587295","imei2":"11218951587295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176698,"job_number":"JOB_176698","tr_customer_id":176715,"tr_customer_product_id":176705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:44:37.000Z","name":"Travis Flatley","mobile_number":"940-690-9471","email_id":"Kaela11@yahoo.com","dop":"2025-10-21","serial_number":"11476097854053","imei1":"11476097854053","imei2":"11476097854053","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176696,"job_number":"JOB_176696","tr_customer_id":176713,"tr_customer_product_id":176703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:44:05.000Z","name":"Felton Dibbert","mobile_number":"506-453-4330","email_id":"Carlie.Brakus79@gmail.com","dop":"2025-10-21","serial_number":"14267430442700","imei1":"14267430442700","imei2":"14267430442700","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176688,"job_number":"JOB_176688","tr_customer_id":176705,"tr_customer_product_id":176695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45047521778037","imei1":"45047521778037","imei2":"45047521778037","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176681,"job_number":"JOB_176681","tr_customer_id":176698,"tr_customer_product_id":176688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:26:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91800988010490","imei1":"91800988010490","imei2":"91800988010490","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176674,"job_number":"JOB_176674","tr_customer_id":176691,"tr_customer_product_id":176681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:12.000Z","modified_at":"2026-02-04T04:25:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32339119836277","imei1":"32339119836277","imei2":"32339119836277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176666,"job_number":"JOB_176666","tr_customer_id":176683,"tr_customer_product_id":176673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:56.000Z","name":"Jaycee Weissnat","mobile_number":"645-853-3263","email_id":"Hipolito.Shields@hotmail.com","dop":"2025-04-06","serial_number":"11349614812034","imei1":"11349614812034","imei2":"11349614812034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176663,"job_number":"JOB_176663","tr_customer_id":176680,"tr_customer_product_id":176670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:52.000Z","name":"Akeem Walker","mobile_number":"746-584-9495","email_id":"Brandy_McClure@hotmail.com","dop":"2025-04-06","serial_number":"14927185654416","imei1":"14927185654416","imei2":"14927185654416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176660,"job_number":"JOB_176660","tr_customer_id":176677,"tr_customer_product_id":176667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:05.000Z","modified_at":"2026-02-04T04:22:45.000Z","name":"Mark Effertz","mobile_number":"350-461-3813","email_id":"Ricky.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10581145820709","imei1":"10581145820709","imei2":"10581145820709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176657,"job_number":"JOB_176657","tr_customer_id":176674,"tr_customer_product_id":176664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:57.000Z","modified_at":"2026-02-04T04:22:36.000Z","name":"Madison VonRueden","mobile_number":"214-337-0465","email_id":"Edmund_Witting54@yahoo.com","dop":"2025-04-06","serial_number":"10636638989526","imei1":"10636638989526","imei2":"10636638989526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176653,"job_number":"JOB_176653","tr_customer_id":176670,"tr_customer_product_id":176660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:22:26.000Z","name":"Lulu Legros","mobile_number":"474-470-7038","email_id":"Corene_Cummings@yahoo.com","dop":"2025-04-06","serial_number":"15778525443796","imei1":"15778525443796","imei2":"15778525443796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176651,"job_number":"JOB_176651","tr_customer_id":176668,"tr_customer_product_id":176658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:45.000Z","modified_at":"2026-02-04T04:22:24.000Z","name":"Boris O'Conner","mobile_number":"320-517-7243","email_id":"Timmothy35@gmail.com","dop":"2025-04-06","serial_number":"15134246549164","imei1":"15134246549164","imei2":"15134246549164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176647,"job_number":"JOB_176647","tr_customer_id":176664,"tr_customer_product_id":176654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Tyler Bartell","mobile_number":"993-851-2235","email_id":"Buster_Wiegand98@yahoo.com","dop":"2025-12-31","serial_number":"100481880007908","imei1":"100481880007908","imei2":"100481880007908","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176646,"job_number":"JOB_176646","tr_customer_id":176663,"tr_customer_product_id":176653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Imelda Sporer","mobile_number":"467-208-1770","email_id":"Darby76@hotmail.com","dop":"2025-04-06","serial_number":"19855385035594","imei1":"19855385035594","imei2":"19855385035594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176643,"job_number":"JOB_176643","tr_customer_id":176660,"tr_customer_product_id":176650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Alize Cummerata","mobile_number":"537-475-2296","email_id":"Lenna6@yahoo.com","dop":"2025-04-06","serial_number":"13404526723400","imei1":"13404526723400","imei2":"13404526723400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176640,"job_number":"JOB_176640","tr_customer_id":176657,"tr_customer_product_id":176647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:27.000Z","modified_at":"2026-02-04T04:22:08.000Z","name":"Jaida Maggio","mobile_number":"903-530-2435","email_id":"Gabriel.Hermann17@gmail.com","dop":"2025-04-06","serial_number":"13259064261692","imei1":"13259064261692","imei2":"13259064261692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176637,"job_number":"JOB_176637","tr_customer_id":176654,"tr_customer_product_id":176644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:25.000Z","modified_at":"2026-02-04T04:22:04.000Z","name":"Norberto Runolfsdottir","mobile_number":"548-472-7044","email_id":"Jalyn97@hotmail.com","dop":"2025-04-06","serial_number":"14380539441000","imei1":"14380539441000","imei2":"14380539441000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176632,"job_number":"JOB_176632","tr_customer_id":176649,"tr_customer_product_id":176639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:22:00.000Z","name":"Eldon Hyatt","mobile_number":"866-247-2632","email_id":"Jermain.Paucek83@gmail.com","dop":"2025-04-06","serial_number":"18038909573236","imei1":"18038909573236","imei2":"18038909573236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176630,"job_number":"JOB_176630","tr_customer_id":176647,"tr_customer_product_id":176637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Omari Hudson","mobile_number":"956-243-1356","email_id":"Litzy_Kessler@gmail.com","dop":"2025-04-06","serial_number":"11886888319383","imei1":"11886888319383","imei2":"11886888319383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176627,"job_number":"JOB_176627","tr_customer_id":176644,"tr_customer_product_id":176634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Jacklyn Moore","mobile_number":"424-776-3938","email_id":"Priscilla.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"11561317396566","imei1":"11561317396566","imei2":"11561317396566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176624,"job_number":"JOB_176624","tr_customer_id":176641,"tr_customer_product_id":176631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:57.000Z","name":"Joseph Konopelski","mobile_number":"421-449-8370","email_id":"Armando25@yahoo.com","dop":"2000-01-31","serial_number":"10188435582939","imei1":"10188435582939","imei2":"10188435582939","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176620,"job_number":"JOB_176620","tr_customer_id":176637,"tr_customer_product_id":176627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:51.000Z","name":"Mattie Gibson","mobile_number":"855-649-3783","email_id":"Alberta_Crona@yahoo.com","dop":"2025-04-06","serial_number":"10011580042402","imei1":"10011580042402","imei2":"10011580042402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176618,"job_number":"JOB_176618","tr_customer_id":176635,"tr_customer_product_id":176625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Darrion Hessel","mobile_number":"520-797-7761","email_id":"Andreanne_Bayer60@hotmail.com","dop":"2026-01-04","serial_number":"17133369098001","imei1":"17133369098001","imei2":"17133369098001","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176615,"job_number":"JOB_176615","tr_customer_id":176632,"tr_customer_product_id":176622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:49.000Z","name":"Magali Bartell","mobile_number":"815-664-3422","email_id":"Lacey_Wolf75@gmail.com","dop":"2025-04-06","serial_number":"10883674573988","imei1":"10883674573988","imei2":"10883674573988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176611,"job_number":"JOB_176611","tr_customer_id":176628,"tr_customer_product_id":176618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:48.000Z","name":"Myrna Stiedemann","mobile_number":"998-571-1838","email_id":"Merle8@gmail.com","dop":"2025-04-06","serial_number":"16520062757714","imei1":"16520062757714","imei2":"16520062757714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176602,"job_number":"JOB_176602","tr_customer_id":176619,"tr_customer_product_id":176609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:38.000Z","name":"Nico Jast","mobile_number":"647-663-0902","email_id":"Consuelo93@yahoo.com","dop":"2025-04-06","serial_number":"14907914450534","imei1":"14907914450534","imei2":"14907914450534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176600,"job_number":"JOB_176600","tr_customer_id":176617,"tr_customer_product_id":176607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:37.000Z","name":"Chelsea Ward","mobile_number":"886-889-8769","email_id":"Nelda.Cummerata27@hotmail.com","dop":"2025-04-06","serial_number":"11794836586046","imei1":"11794836586046","imei2":"11794836586046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176598,"job_number":"JOB_176598","tr_customer_id":176615,"tr_customer_product_id":176605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:21:34.000Z","name":"Jennings Gaylord","mobile_number":"232-663-6014","email_id":"Rossie.Carter@hotmail.com","dop":"2025-04-06","serial_number":"13344060642110","imei1":"13344060642110","imei2":"13344060642110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176590,"job_number":"JOB_176590","tr_customer_id":176607,"tr_customer_product_id":176597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Kadin Kuvalis","mobile_number":"487-530-8797","email_id":"Kelli.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"18766100481755","imei1":"18766100481755","imei2":"18766100481755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176588,"job_number":"JOB_176588","tr_customer_id":176605,"tr_customer_product_id":176595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hope Jacobson","mobile_number":"865-394-4003","email_id":"Lisette.Olson@gmail.com","dop":"2025-12-31","serial_number":"106871290318209","imei1":"106871290318209","imei2":"106871290318209","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176585,"job_number":"JOB_176585","tr_customer_id":176602,"tr_customer_product_id":176592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"Dora Bartoletti","mobile_number":"502-851-1749","email_id":"Margarett.Lehner8@yahoo.com","dop":"2025-04-06","serial_number":"19184649271816","imei1":"19184649271816","imei2":"19184649271816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176578,"job_number":"JOB_176578","tr_customer_id":176595,"tr_customer_product_id":176585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Leonora Harris","mobile_number":"366-298-2180","email_id":"Reginald_Harvey32@gmail.com","dop":"2025-04-06","serial_number":"14166113325691","imei1":"14166113325691","imei2":"14166113325691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176577,"job_number":"JOB_176577","tr_customer_id":176594,"tr_customer_product_id":176584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Rosalee Pfeffer","mobile_number":"908-751-7700","email_id":"Colleen.Haag@hotmail.com","dop":"2025-04-06","serial_number":"13303380654586","imei1":"13303380654586","imei2":"13303380654586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176575,"job_number":"JOB_176575","tr_customer_id":176592,"tr_customer_product_id":176582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Josephine McGlynn","mobile_number":"250-673-0476","email_id":"Kenyatta.Hills@yahoo.com","dop":"2025-04-06","serial_number":"13930670768311","imei1":"13930670768311","imei2":"13930670768311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176572,"job_number":"JOB_176572","tr_customer_id":176589,"tr_customer_product_id":176579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Terrence Macejkovic","mobile_number":"443-308-3109","email_id":"Khalil.Huel87@yahoo.com","dop":"2025-04-06","serial_number":"16142756577747","imei1":"16142756577747","imei2":"16142756577747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176571,"job_number":"JOB_176571","tr_customer_id":176588,"tr_customer_product_id":176578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"Wilford O'Reilly","mobile_number":"304-299-7620","email_id":"Verdie_Ernser22@gmail.com","dop":"2025-04-06","serial_number":"12923973784175","imei1":"12923973784175","imei2":"12923973784175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176558,"job_number":"JOB_176558","tr_customer_id":176575,"tr_customer_product_id":176565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:29.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Rupert Marks","mobile_number":"433-894-6883","email_id":"Arvel47@yahoo.com","dop":"2026-01-04","serial_number":"11748295611128","imei1":"11748295611128","imei2":"11748295611128","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176556,"job_number":"JOB_176556","tr_customer_id":176574,"tr_customer_product_id":176564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:06.000Z","name":"Brianne Rath","mobile_number":"478-778-0715","email_id":"Ardith_Kshlerin@gmail.com","dop":"2025-04-06","serial_number":"16815796580165","imei1":"16815796580165","imei2":"16815796580165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176555,"job_number":"JOB_176555","tr_customer_id":176572,"tr_customer_product_id":176562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:08.000Z","name":"Chauncey O'Conner","mobile_number":"516-853-3932","email_id":"Justyn28@gmail.com","dop":"2000-01-31","serial_number":"10833219659521","imei1":"10833219659521","imei2":"10833219659521","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176551,"job_number":"JOB_176551","tr_customer_id":176568,"tr_customer_product_id":176558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Nikko Macejkovic","mobile_number":"288-671-7616","email_id":"Sarah_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"17550298443603","imei1":"17550298443603","imei2":"17550298443603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176544,"job_number":"JOB_176544","tr_customer_id":176561,"tr_customer_product_id":176551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:21:01.000Z","name":"Matteo Von","mobile_number":"342-973-4987","email_id":"Eloy.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"14363441597170","imei1":"14363441597170","imei2":"14363441597170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176540,"job_number":"JOB_176540","tr_customer_id":176557,"tr_customer_product_id":176547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Schuyler Hoppe","mobile_number":"930-807-2439","email_id":"Houston_Cummerata80@hotmail.com","dop":"2025-04-06","serial_number":"13502789387231","imei1":"13502789387231","imei2":"13502789387231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176538,"job_number":"JOB_176538","tr_customer_id":176555,"tr_customer_product_id":176545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:55.000Z","name":"Pearline Kihn","mobile_number":"255-593-5668","email_id":"Imani.Gaylord52@gmail.com","dop":"2025-06-18","serial_number":"10091836493480","imei1":"10091836493480","imei2":"10091836493480","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176531,"job_number":"JOB_176531","tr_customer_id":176548,"tr_customer_product_id":176538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Cordelia Pagac","mobile_number":"239-949-3442","email_id":"Drew.McDermott75@hotmail.com","dop":"2025-04-06","serial_number":"15956594608157","imei1":"15956594608157","imei2":"15956594608157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176527,"job_number":"JOB_176527","tr_customer_id":176544,"tr_customer_product_id":176534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Guy Waelchi","mobile_number":"860-293-8876","email_id":"Laurianne65@hotmail.com","dop":"2025-04-06","serial_number":"18283687641171","imei1":"18283687641171","imei2":"18283687641171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176525,"job_number":"JOB_176525","tr_customer_id":176542,"tr_customer_product_id":176532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Brain Davis","mobile_number":"404-311-6308","email_id":"Carleton.Frami@gmail.com","dop":"2025-04-06","serial_number":"13788542844415","imei1":"13788542844415","imei2":"13788542844415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176521,"job_number":"JOB_176521","tr_customer_id":176538,"tr_customer_product_id":176528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:39.000Z","name":"Darien Harber","mobile_number":"578-548-5280","email_id":"Raphaelle9@hotmail.com","dop":"2025-04-06","serial_number":"10290669186276","imei1":"10290669186276","imei2":"10290669186276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176519,"job_number":"JOB_176519","tr_customer_id":176536,"tr_customer_product_id":176526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"Allison Marks","mobile_number":"884-237-9590","email_id":"Cleta_Muller22@gmail.com","dop":"2025-12-31","serial_number":"109515920782283","imei1":"109515920782283","imei2":"109515920782283","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176514,"job_number":"JOB_176514","tr_customer_id":176531,"tr_customer_product_id":176521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Eli Kessler","mobile_number":"956-289-0988","email_id":"Kari41@hotmail.com","dop":"2025-04-06","serial_number":"11459773787837","imei1":"11459773787837","imei2":"11459773787837","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176512,"job_number":"JOB_176512","tr_customer_id":176529,"tr_customer_product_id":176519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Austen Bednar","mobile_number":"528-379-5549","email_id":"Hillard_Herzog96@gmail.com","dop":"2025-04-06","serial_number":"10871636493226","imei1":"10871636493226","imei2":"10871636493226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176510,"job_number":"JOB_176510","tr_customer_id":176527,"tr_customer_product_id":176517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Josefina Jacobi","mobile_number":"556-838-4841","email_id":"Werner18@yahoo.com","dop":"2025-04-06","serial_number":"10425319190950","imei1":"10425319190950","imei2":"10425319190950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176507,"job_number":"JOB_176507","tr_customer_id":176524,"tr_customer_product_id":176514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:47.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Kenton Ferry","mobile_number":"884-933-8543","email_id":"Lamont_Langosh30@yahoo.com","dop":"2025-04-06","serial_number":"16554706441120","imei1":"16554706441120","imei2":"16554706441120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176505,"job_number":"JOB_176505","tr_customer_id":176522,"tr_customer_product_id":176512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Mckayla Welch","mobile_number":"380-580-9472","email_id":"Jabari.Thompson94@gmail.com","dop":"2026-01-04","serial_number":"11242668530788","imei1":"11242668530788","imei2":"11242668530788","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176500,"job_number":"JOB_176500","tr_customer_id":176517,"tr_customer_product_id":176507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Troy Kassulke","mobile_number":"429-334-2416","email_id":"Demarcus.Blick80@gmail.com","dop":"2025-04-06","serial_number":"14635670377565","imei1":"14635670377565","imei2":"14635670377565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176497,"job_number":"JOB_176497","tr_customer_id":176514,"tr_customer_product_id":176504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:42.000Z","modified_at":"2026-02-04T04:19:58.000Z","name":"Rozella O'Keefe","mobile_number":"917-931-9949","email_id":"Wendell_Nikolaus@gmail.com","dop":"2025-05-30","serial_number":"11193339772390","imei1":"11193339772390","imei2":"11193339772390","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176495,"job_number":"JOB_176495","tr_customer_id":176512,"tr_customer_product_id":176502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:40.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Alberto Lemke","mobile_number":"548-215-8611","email_id":"Federico60@gmail.com","dop":"2000-01-31","serial_number":"10674023106755","imei1":"10674023106755","imei2":"10674023106755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176491,"job_number":"JOB_176491","tr_customer_id":176508,"tr_customer_product_id":176498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Deron Steuber","mobile_number":"706-377-0411","email_id":"Florencio_Reichel@hotmail.com","dop":"2025-06-18","serial_number":"10925752725743","imei1":"10925752725743","imei2":"10925752725743","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176488,"job_number":"JOB_176488","tr_customer_id":176505,"tr_customer_product_id":176495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:17.000Z","name":"Rhea Torp","mobile_number":"440-835-2133","email_id":"Enid.Durgan42@yahoo.com","dop":"2025-04-06","serial_number":"19804852871248","imei1":"19804852871248","imei2":"19804852871248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176484,"job_number":"JOB_176484","tr_customer_id":176501,"tr_customer_product_id":176491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Tara Dooley","mobile_number":"230-744-5516","email_id":"Patsy.Collier25@gmail.com","dop":"2025-04-06","serial_number":"12429138110066","imei1":"12429138110066","imei2":"12429138110066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176483,"job_number":"JOB_176483","tr_customer_id":176500,"tr_customer_product_id":176490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Alessandro Purdy","mobile_number":"342-728-6130","email_id":"Cleveland33@gmail.com","dop":"2025-04-06","serial_number":"19144756224125","imei1":"19144756224125","imei2":"19144756224125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176478,"job_number":"JOB_176478","tr_customer_id":176495,"tr_customer_product_id":176485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Caleb Langworth","mobile_number":"679-449-4236","email_id":"Jadyn.Ebert29@gmail.com","dop":"2025-04-06","serial_number":"13432555119457","imei1":"13432555119457","imei2":"13432555119457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176477,"job_number":"JOB_176477","tr_customer_id":176494,"tr_customer_product_id":176484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:04.000Z","name":"Manuela Bosco","mobile_number":"534-607-3873","email_id":"Kieran53@gmail.com","dop":"2025-04-06","serial_number":"16120296697617","imei1":"16120296697617","imei2":"16120296697617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176469,"job_number":"JOB_176469","tr_customer_id":176486,"tr_customer_product_id":176476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:12.000Z","modified_at":"2026-02-04T04:19:52.000Z","name":"Heath Dietrich","mobile_number":"686-211-3178","email_id":"Adan.Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"19785516632411","imei1":"19785516632411","imei2":"19785516632411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176467,"job_number":"JOB_176467","tr_customer_id":176484,"tr_customer_product_id":176474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:05.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Roger Kulas","mobile_number":"386-913-7176","email_id":"Javier_Hansen26@hotmail.com","dop":"2025-04-06","serial_number":"10996378630360","imei1":"10996378630360","imei2":"10996378630360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176465,"job_number":"JOB_176465","tr_customer_id":176482,"tr_customer_product_id":176472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:58.000Z","modified_at":"2026-02-04T04:19:35.000Z","name":"Lempi Ferry","mobile_number":"650-675-4242","email_id":"Martine_Kuhlman78@yahoo.com","dop":"2025-04-06","serial_number":"12999558831053","imei1":"12999558831053","imei2":"12999558831053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176463,"job_number":"JOB_176463","tr_customer_id":176480,"tr_customer_product_id":176470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:19:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15061186077396","imei1":"15061186077396","imei2":"15061186077396","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176461,"job_number":"JOB_176461","tr_customer_id":176478,"tr_customer_product_id":176468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:19:21.000Z","name":"Davion Conroy","mobile_number":"433-789-1714","email_id":"Tyrese79@gmail.com","dop":"2025-04-06","serial_number":"16284035142558","imei1":"16284035142558","imei2":"16284035142558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176460,"job_number":"JOB_176460","tr_customer_id":176477,"tr_customer_product_id":176467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:18:55.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"109725614917318","imei1":"109725614917318","imei2":"109725614917318","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176450,"job_number":"JOB_176450","tr_customer_id":176467,"tr_customer_product_id":176457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:51.000Z","name":"Tomas O'Conner","mobile_number":"864-230-1023","email_id":"Alfonzo_Beier@yahoo.com","dop":"2025-04-06","serial_number":"14681583901262","imei1":"14681583901262","imei2":"14681583901262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176447,"job_number":"JOB_176447","tr_customer_id":176464,"tr_customer_product_id":176454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:31:07.000Z","name":"Alexander Erdman","mobile_number":"923-694-5669","email_id":"Ericka_Mraz98@yahoo.com","dop":"2025-04-06","serial_number":"15454476168298","imei1":"15454476168298","imei2":"15454476168298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176444,"job_number":"JOB_176444","tr_customer_id":176461,"tr_customer_product_id":176451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:30:21.000Z","name":"Malcolm Shields","mobile_number":"800-946-5391","email_id":"Leo_Pouros5@hotmail.com","dop":"2025-04-06","serial_number":"17869032770236","imei1":"17869032770236","imei2":"17869032770236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176440,"job_number":"JOB_176440","tr_customer_id":176457,"tr_customer_product_id":176447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:39.000Z","modified_at":"2026-02-04T03:13:54.000Z","name":"Jacklyn Howe","mobile_number":"640-904-1564","email_id":"Frieda_Towne33@hotmail.com","dop":"2025-05-30","serial_number":"14345045410993","imei1":"14345045410993","imei2":"14345045410993","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176438,"job_number":"JOB_176438","tr_customer_id":176455,"tr_customer_product_id":176445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:42:25.000Z","modified_at":"2026-02-04T03:49:07.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 380ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg2MH0.EOfPIGgbC7oZ77idIgU3Sog4cwgFcSmMkedZG7irROs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 435db91b-8613-43a7-9678-e56a29d3efc6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"404-i5IN6+YAQ5oiQIVLG8yVgw4kP5g"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:19.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-04T06:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg2MH0.EOfPIGgbC7oZ77idIgU3Sog4cwgFcSmMkedZG7irROs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 97dc6405-a213-42d4-a40d-c4b1ededf9bb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 176745
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 378ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg2MH0.EOfPIGgbC7oZ77idIgU3Sog4cwgFcSmMkedZG7irROs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bbb44cdf-1a41-4935-8b24-2bc50a1b6e91
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6286c788-5884-4d98-898a-2beaa591358a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-LrO0C9cjauUm74+1Fl6Kz0IQ4D8"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjJ9.UAHEIlNe-ObKrYPr_mDZDEio38oX8MnJl8gRLAxLXTk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0bac1e6d-2898-4b41-82c1-fe54ea68bc4f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 37ea769e-8a46-4577-b979-cdd9d5a3b571
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-8B+eFDbfSIa7iw9cMHPJpCRIdCc"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":314},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 1019B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 76fa1aa6-f92f-42d2-a488-f2b31d123f20
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1019
ETag W/"3fb-w50dZs8XYlefiyQGFhT/GGBG1PU"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:22.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-04T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 1019B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c7fd3f0e-028d-4823-b98a-fb8b0212ce47
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1019
ETag W/"3fb-w50dZs8XYlefiyQGFhT/GGBG1PU"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:22.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-04T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1c79c81-43c5-4c89-a525-b21a4c4606f8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 176745
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4fbc45a1-9214-46f0-8692-8c6fb0aa730f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/176745
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NDh9.WWE3OHgnQyeGa4Y_wu8oOj7E7p_qvQdCfbBuJMEk4aM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token acbf3327-1311-4818-a871-3d0573893ccd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b72722d-32b7-4b84-a939-f64d2d1078d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-RXVBTLrAzLzCJ99xoMm3Al6jV60"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 261ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2b4c8bd1-c6b6-4283-822f-573efe680fc5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 258ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c9920cd3-c872-4092-ac94-6e9763eb355e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 93e35806-8524-4e6a-941b-0ede02f4c3a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2e7509ea-daad-42af-bdfd-0e72ca392afd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 256ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ac71670a-ede0-4957-a8e2-0c91579909f9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8bd1cad7-2f55-4890-b18a-6b0b1ee3bf78
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-0YstiWgeYsJOGUK28hRtntKj2yY"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":314},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 257ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 11d4830b-9c22-45a7-aa54-658eb59c7c5c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b62ad5c1-8f21-42a5-a0a3-e2e370e7a505
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-0YstiWgeYsJOGUK28hRtntKj2yY"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":314},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9364f25d-c074-4d50-a8f7-cf9fa1655b02
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 256ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb5ba996-b5c1-4bbd-9e89-aff181285c0a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6e58fe87-d88c-4fe5-a09c-9ab5b9bc4718
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
randomnumber 926
randomFirstName Cullen
randomLastName Swift
randomEmail Stella.Kassulke52@gmail.com
randomPhone 673-539-9574
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0c3483b0-a92c-4d80-b80f-737872732ddf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1064
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lindsay",
                "last_name": "Hilpert",
                "mobile_number": "312-821-9524",
                "mobile_number_alt": "",
                "email_id": "Zachariah_Greenholt4@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"66248449528275",
                "imei1": "66248449528275",
                "imei2": "66248449528275",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-B3Ecsvml4PmLjkEv80mSOvy0PHs"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":176763,"tr_customer_product_id":176753,"job_number":"JOB_176746"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 256ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
randomnumber 127
randomFirstName Vergie
randomLastName Torp
randomEmail Santos.Heller@hotmail.com
randomPhone 781-856-5500
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 794915ef-7d79-42a5-ba0f-48b44c0e6ff4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1058
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Ole",
                "last_name": "Wilkinson",
                "mobile_number": "929-346-1333",
                "mobile_number_alt": "",
                "email_id": "Keven_Champlin84@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"60089559650752",
                "imei1": "60089559650752",
                "imei2": "60089559650752",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 257ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NTV9.fkBHzgYR2DaWx41vilLBYtFSGjXAC8V6ss09EUT3v0w
randomnumber 523
randomFirstName Claud
randomLastName Hudson
randomEmail Michale_Gibson@yahoo.com
randomPhone 997-289-5864
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee1bd4ae-92f1-4abe-b5ae-5a2adb22a079
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Julio",
                "last_name": "Keebler",
                "mobile_number": "423-716-8123",
                "mobile_number_alt": "",
                "email_id": "Clemens.Ondricka@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"23649642429761",
                "imei1": "23649642429761",
                "imei2": "23649642429761",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 257ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
randomnumber 31
randomFirstName Onie
randomLastName Mueller
randomEmail Jeffrey.Zboncak@yahoo.com
randomPhone 351-611-6377
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7ced4797-dde4-43cb-bf01-52667689d043
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 258ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
randomnumber 319
randomFirstName Asha
randomLastName Langworth
randomEmail Camren_Block@gmail.com
randomPhone 532-214-2583
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8076e35c-3ab6-444c-bc08-f4ccaa605c7a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1040
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Fanny",
                "last_name": "Kshlerin",
                "mobile_number": "801-876-6179",
                "mobile_number_alt": "",
                "email_id": "Marguerite36@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000970",
                "imei1": "100000970",
                "imei2": "100000970",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 257ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
randomnumber 222
randomFirstName Korbin
randomLastName Raynor
randomEmail Carley_Huel@gmail.com
randomPhone 909-517-1451
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4dc93126-40cb-4cc2-acc0-cd5d793c5bf5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 915b0e7e-346a-43f4-9bde-82768ec6c7ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-7iomHnbEInTEUmzzJSH1M/gqzrQ"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":315},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 351ms
Mean size per request: 305.46KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 00529d71-71f7-4705-bcaf-18e2be8b33a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4c5d6-ZFFx/zD3ZglMDVTVaMjGsbXqoAE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:28.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:24.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176707,"job_number":"JOB_176707","tr_customer_id":176724,"tr_customer_product_id":176714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18637583578491","imei1":"18637583578491","imei2":"18637583578491","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176631,"job_number":"JOB_176631","tr_customer_id":176648,"tr_customer_product_id":176638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Mason Champlin","mobile_number":"298-655-8960","email_id":"Claud.Nader@hotmail.com","dop":"2025-12-31","serial_number":"10724430596009","imei1":"10724430596009","imei2":"10724430596009","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176612,"job_number":"JOB_176612","tr_customer_id":176629,"tr_customer_product_id":176619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:08.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Aileen Gleason","mobile_number":"557-611-8420","email_id":"Ernesto64@hotmail.com","dop":"2025-12-31","serial_number":"10601215488525","imei1":"10601215488525","imei2":"10601215488525","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176607,"job_number":"JOB_176607","tr_customer_id":176624,"tr_customer_product_id":176614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Beatrice Ankunding","mobile_number":"240-612-6333","email_id":"Zella_Goldner@hotmail.com","dop":"2025-06-09","serial_number":"101601397974637","imei1":"101601397974637","imei2":"101601397974637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176596,"job_number":"JOB_176596","tr_customer_id":176613,"tr_customer_product_id":176603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:54.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Alba Ernser","mobile_number":"394-818-6472","email_id":"Devonte_Murray9@hotmail.com","dop":"2025-12-31","serial_number":"10752370154491","imei1":"10752370154491","imei2":"10752370154491","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176592,"job_number":"JOB_176592","tr_customer_id":176609,"tr_customer_product_id":176599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Colin Borer","mobile_number":"928-840-3184","email_id":"Johann14@yahoo.com","dop":"2025-06-09","serial_number":"107220114783683","imei1":"107220114783683","imei2":"107220114783683","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176563,"job_number":"JOB_176563","tr_customer_id":176580,"tr_customer_product_id":176570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Jordane Bradtke","mobile_number":"215-512-5077","email_id":"Dale_Feeney@gmail.com","dop":"2025-06-09","serial_number":"107221785345255","imei1":"107221785345255","imei2":"107221785345255","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176548,"job_number":"JOB_176548","tr_customer_id":176565,"tr_customer_product_id":176555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:24.000Z","modified_at":"2026-02-04T04:20:34.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11056966371513","imei1":"11056966371513","imei2":"11056966371513","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176533,"job_number":"JOB_176533","tr_customer_id":176550,"tr_customer_product_id":176540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Velda Wintheiser","mobile_number":"854-858-7413","email_id":"Benton.Heaney33@yahoo.com","dop":"2025-10-01","serial_number":"17987415519575","imei1":"17987415519575","imei2":"17987415519575","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176490,"job_number":"JOB_176490","tr_customer_id":176507,"tr_customer_product_id":176497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"giyu tomiaka","mobile_number":"342-645-9031","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"215126527489909","imei1":"215126527489909","imei2":"215126527489909","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176479,"job_number":"JOB_176479","tr_customer_id":176496,"tr_customer_product_id":176486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:36.000Z","name":"tanjiro kamado","mobile_number":"348-743-7546","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"753371029945637","imei1":"753371029945637","imei2":"753371029945637","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176471,"job_number":"JOB_176471","tr_customer_id":176488,"tr_customer_product_id":176478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:15.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"saitama sensei","mobile_number":"941-837-0590","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"622751869803208","imei1":"622751869803208","imei2":"622751869803208","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176434,"job_number":"JOB_176434","tr_customer_id":176451,"tr_customer_product_id":176441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:48:25.000Z","modified_at":"2026-02-04T03:39:11.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789054","imei1":"98765678956789054","imei2":"98765678956789054","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176737,"job_number":"JOB_176737","tr_customer_id":176754,"tr_customer_product_id":176744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:41:30.000Z","name":"Hector O'Reilly","mobile_number":"277-472-9194","email_id":"Aimee_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"12884807685364","imei1":"12884807685364","imei2":"12884807685364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176734,"job_number":"JOB_176734","tr_customer_id":176751,"tr_customer_product_id":176741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:47.000Z","name":"Jolie Gerhold","mobile_number":"393-723-5212","email_id":"Birdie_Berge@yahoo.com","dop":"2025-04-06","serial_number":"16652722179689","imei1":"16652722179689","imei2":"16652722179689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176731,"job_number":"JOB_176731","tr_customer_id":176748,"tr_customer_product_id":176738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:40:04.000Z","name":"Dane Kuvalis","mobile_number":"811-824-8551","email_id":"Aletha.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"15631790507869","imei1":"15631790507869","imei2":"15631790507869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176728,"job_number":"JOB_176728","tr_customer_id":176745,"tr_customer_product_id":176735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:55.000Z","modified_at":"2026-02-04T05:30:39.000Z","name":"Freeman Herman","mobile_number":"263-675-8461","email_id":"Maryjane33@hotmail.com","dop":"2025-04-06","serial_number":"13961623298627","imei1":"13961623298627","imei2":"13961623298627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176726,"job_number":"JOB_176726","tr_customer_id":176743,"tr_customer_product_id":176733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:29.000Z","modified_at":"2026-02-04T05:30:04.000Z","name":"Immanuel McClure","mobile_number":"812-833-9513","email_id":"Viola.Bayer93@gmail.com","dop":"2025-04-06","serial_number":"15209066711525","imei1":"15209066711525","imei2":"15209066711525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176723,"job_number":"JOB_176723","tr_customer_id":176740,"tr_customer_product_id":176730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:55.000Z","modified_at":"2026-02-04T05:12:04.000Z","name":"Jeffrey Sauer","mobile_number":"809-750-0216","email_id":"Ronny28@gmail.com","dop":"2025-07-01","serial_number":"101214711385421","imei1":"101214711385421","imei2":"101214711385421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:12:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176721,"job_number":"JOB_176721","tr_customer_id":176738,"tr_customer_product_id":176728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:52.000Z","name":"Marta Nitzsche","mobile_number":"876-939-2221","email_id":"Addie_Boyle@yahoo.com","dop":"2025-07-01","serial_number":"108027526968959","imei1":"108027526968959","imei2":"108027526968959","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176718,"job_number":"JOB_176718","tr_customer_id":176735,"tr_customer_product_id":176725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:08:03.000Z","name":"Jarvis Nienow","mobile_number":"837-409-7971","email_id":"Maximilian.Beatty@gmail.com","dop":"2025-04-06","serial_number":"17271331175318","imei1":"17271331175318","imei2":"17271331175318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:08:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176713,"job_number":"JOB_176713","tr_customer_id":176730,"tr_customer_product_id":176720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:41.000Z","modified_at":"2026-02-04T05:07:19.000Z","name":"Chelsea Lockman","mobile_number":"280-990-6465","email_id":"Grady.Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"11667111239684","imei1":"11667111239684","imei2":"11667111239684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:07:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176710,"job_number":"JOB_176710","tr_customer_id":176727,"tr_customer_product_id":176717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:06:33.000Z","name":"Ayana Lakin","mobile_number":"621-885-5581","email_id":"Ezequiel91@yahoo.com","dop":"2025-04-06","serial_number":"15193799837989","imei1":"15193799837989","imei2":"15193799837989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176706,"job_number":"JOB_176706","tr_customer_id":176723,"tr_customer_product_id":176713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:46:06.000Z","name":"Kadin West","mobile_number":"840-867-0446","email_id":"Claude.Bins@gmail.com","dop":"2025-10-21","serial_number":"14969654966893","imei1":"14969654966893","imei2":"14969654966893","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176704,"job_number":"JOB_176704","tr_customer_id":176721,"tr_customer_product_id":176711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:40.000Z","name":"Lauretta Sporer","mobile_number":"580-663-6430","email_id":"Elmore_Klocko35@yahoo.com","dop":"2025-10-21","serial_number":"10730403025821","imei1":"10730403025821","imei2":"10730403025821","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176702,"job_number":"JOB_176702","tr_customer_id":176719,"tr_customer_product_id":176709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:45:21.000Z","name":"Jodie Abbott","mobile_number":"457-258-9604","email_id":"Lindsay.OKon12@hotmail.com","dop":"2025-10-21","serial_number":"14391136364330","imei1":"14391136364330","imei2":"14391136364330","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176700,"job_number":"JOB_176700","tr_customer_id":176717,"tr_customer_product_id":176707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:13.000Z","modified_at":"2026-02-04T04:44:53.000Z","name":"Karley Glover","mobile_number":"583-213-0873","email_id":"Daniella.Schuster@yahoo.com","dop":"2025-10-21","serial_number":"11218951587295","imei1":"11218951587295","imei2":"11218951587295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176698,"job_number":"JOB_176698","tr_customer_id":176715,"tr_customer_product_id":176705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:44:37.000Z","name":"Travis Flatley","mobile_number":"940-690-9471","email_id":"Kaela11@yahoo.com","dop":"2025-10-21","serial_number":"11476097854053","imei1":"11476097854053","imei2":"11476097854053","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176696,"job_number":"JOB_176696","tr_customer_id":176713,"tr_customer_product_id":176703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:44:05.000Z","name":"Felton Dibbert","mobile_number":"506-453-4330","email_id":"Carlie.Brakus79@gmail.com","dop":"2025-10-21","serial_number":"14267430442700","imei1":"14267430442700","imei2":"14267430442700","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176688,"job_number":"JOB_176688","tr_customer_id":176705,"tr_customer_product_id":176695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45047521778037","imei1":"45047521778037","imei2":"45047521778037","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176681,"job_number":"JOB_176681","tr_customer_id":176698,"tr_customer_product_id":176688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:26:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91800988010490","imei1":"91800988010490","imei2":"91800988010490","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176674,"job_number":"JOB_176674","tr_customer_id":176691,"tr_customer_product_id":176681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:12.000Z","modified_at":"2026-02-04T04:25:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32339119836277","imei1":"32339119836277","imei2":"32339119836277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176666,"job_number":"JOB_176666","tr_customer_id":176683,"tr_customer_product_id":176673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:56.000Z","name":"Jaycee Weissnat","mobile_number":"645-853-3263","email_id":"Hipolito.Shields@hotmail.com","dop":"2025-04-06","serial_number":"11349614812034","imei1":"11349614812034","imei2":"11349614812034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176663,"job_number":"JOB_176663","tr_customer_id":176680,"tr_customer_product_id":176670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:52.000Z","name":"Akeem Walker","mobile_number":"746-584-9495","email_id":"Brandy_McClure@hotmail.com","dop":"2025-04-06","serial_number":"14927185654416","imei1":"14927185654416","imei2":"14927185654416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176660,"job_number":"JOB_176660","tr_customer_id":176677,"tr_customer_product_id":176667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:05.000Z","modified_at":"2026-02-04T04:22:45.000Z","name":"Mark Effertz","mobile_number":"350-461-3813","email_id":"Ricky.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10581145820709","imei1":"10581145820709","imei2":"10581145820709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176657,"job_number":"JOB_176657","tr_customer_id":176674,"tr_customer_product_id":176664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:57.000Z","modified_at":"2026-02-04T04:22:36.000Z","name":"Madison VonRueden","mobile_number":"214-337-0465","email_id":"Edmund_Witting54@yahoo.com","dop":"2025-04-06","serial_number":"10636638989526","imei1":"10636638989526","imei2":"10636638989526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176653,"job_number":"JOB_176653","tr_customer_id":176670,"tr_customer_product_id":176660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:22:26.000Z","name":"Lulu Legros","mobile_number":"474-470-7038","email_id":"Corene_Cummings@yahoo.com","dop":"2025-04-06","serial_number":"15778525443796","imei1":"15778525443796","imei2":"15778525443796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176651,"job_number":"JOB_176651","tr_customer_id":176668,"tr_customer_product_id":176658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:45.000Z","modified_at":"2026-02-04T04:22:24.000Z","name":"Boris O'Conner","mobile_number":"320-517-7243","email_id":"Timmothy35@gmail.com","dop":"2025-04-06","serial_number":"15134246549164","imei1":"15134246549164","imei2":"15134246549164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176647,"job_number":"JOB_176647","tr_customer_id":176664,"tr_customer_product_id":176654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Tyler Bartell","mobile_number":"993-851-2235","email_id":"Buster_Wiegand98@yahoo.com","dop":"2025-12-31","serial_number":"100481880007908","imei1":"100481880007908","imei2":"100481880007908","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176646,"job_number":"JOB_176646","tr_customer_id":176663,"tr_customer_product_id":176653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Imelda Sporer","mobile_number":"467-208-1770","email_id":"Darby76@hotmail.com","dop":"2025-04-06","serial_number":"19855385035594","imei1":"19855385035594","imei2":"19855385035594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176643,"job_number":"JOB_176643","tr_customer_id":176660,"tr_customer_product_id":176650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Alize Cummerata","mobile_number":"537-475-2296","email_id":"Lenna6@yahoo.com","dop":"2025-04-06","serial_number":"13404526723400","imei1":"13404526723400","imei2":"13404526723400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176640,"job_number":"JOB_176640","tr_customer_id":176657,"tr_customer_product_id":176647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:27.000Z","modified_at":"2026-02-04T04:22:08.000Z","name":"Jaida Maggio","mobile_number":"903-530-2435","email_id":"Gabriel.Hermann17@gmail.com","dop":"2025-04-06","serial_number":"13259064261692","imei1":"13259064261692","imei2":"13259064261692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176637,"job_number":"JOB_176637","tr_customer_id":176654,"tr_customer_product_id":176644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:25.000Z","modified_at":"2026-02-04T04:22:04.000Z","name":"Norberto Runolfsdottir","mobile_number":"548-472-7044","email_id":"Jalyn97@hotmail.com","dop":"2025-04-06","serial_number":"14380539441000","imei1":"14380539441000","imei2":"14380539441000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176632,"job_number":"JOB_176632","tr_customer_id":176649,"tr_customer_product_id":176639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:22:00.000Z","name":"Eldon Hyatt","mobile_number":"866-247-2632","email_id":"Jermain.Paucek83@gmail.com","dop":"2025-04-06","serial_number":"18038909573236","imei1":"18038909573236","imei2":"18038909573236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176630,"job_number":"JOB_176630","tr_customer_id":176647,"tr_customer_product_id":176637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Omari Hudson","mobile_number":"956-243-1356","email_id":"Litzy_Kessler@gmail.com","dop":"2025-04-06","serial_number":"11886888319383","imei1":"11886888319383","imei2":"11886888319383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176627,"job_number":"JOB_176627","tr_customer_id":176644,"tr_customer_product_id":176634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Jacklyn Moore","mobile_number":"424-776-3938","email_id":"Priscilla.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"11561317396566","imei1":"11561317396566","imei2":"11561317396566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176624,"job_number":"JOB_176624","tr_customer_id":176641,"tr_customer_product_id":176631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:57.000Z","name":"Joseph Konopelski","mobile_number":"421-449-8370","email_id":"Armando25@yahoo.com","dop":"2000-01-31","serial_number":"10188435582939","imei1":"10188435582939","imei2":"10188435582939","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176620,"job_number":"JOB_176620","tr_customer_id":176637,"tr_customer_product_id":176627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:51.000Z","name":"Mattie Gibson","mobile_number":"855-649-3783","email_id":"Alberta_Crona@yahoo.com","dop":"2025-04-06","serial_number":"10011580042402","imei1":"10011580042402","imei2":"10011580042402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176618,"job_number":"JOB_176618","tr_customer_id":176635,"tr_customer_product_id":176625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Darrion Hessel","mobile_number":"520-797-7761","email_id":"Andreanne_Bayer60@hotmail.com","dop":"2026-01-04","serial_number":"17133369098001","imei1":"17133369098001","imei2":"17133369098001","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176615,"job_number":"JOB_176615","tr_customer_id":176632,"tr_customer_product_id":176622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:49.000Z","name":"Magali Bartell","mobile_number":"815-664-3422","email_id":"Lacey_Wolf75@gmail.com","dop":"2025-04-06","serial_number":"10883674573988","imei1":"10883674573988","imei2":"10883674573988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176611,"job_number":"JOB_176611","tr_customer_id":176628,"tr_customer_product_id":176618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:48.000Z","name":"Myrna Stiedemann","mobile_number":"998-571-1838","email_id":"Merle8@gmail.com","dop":"2025-04-06","serial_number":"16520062757714","imei1":"16520062757714","imei2":"16520062757714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176602,"job_number":"JOB_176602","tr_customer_id":176619,"tr_customer_product_id":176609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:38.000Z","name":"Nico Jast","mobile_number":"647-663-0902","email_id":"Consuelo93@yahoo.com","dop":"2025-04-06","serial_number":"14907914450534","imei1":"14907914450534","imei2":"14907914450534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176600,"job_number":"JOB_176600","tr_customer_id":176617,"tr_customer_product_id":176607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:37.000Z","name":"Chelsea Ward","mobile_number":"886-889-8769","email_id":"Nelda.Cummerata27@hotmail.com","dop":"2025-04-06","serial_number":"11794836586046","imei1":"11794836586046","imei2":"11794836586046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176598,"job_number":"JOB_176598","tr_customer_id":176615,"tr_customer_product_id":176605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:21:34.000Z","name":"Jennings Gaylord","mobile_number":"232-663-6014","email_id":"Rossie.Carter@hotmail.com","dop":"2025-04-06","serial_number":"13344060642110","imei1":"13344060642110","imei2":"13344060642110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176590,"job_number":"JOB_176590","tr_customer_id":176607,"tr_customer_product_id":176597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Kadin Kuvalis","mobile_number":"487-530-8797","email_id":"Kelli.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"18766100481755","imei1":"18766100481755","imei2":"18766100481755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176588,"job_number":"JOB_176588","tr_customer_id":176605,"tr_customer_product_id":176595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hope Jacobson","mobile_number":"865-394-4003","email_id":"Lisette.Olson@gmail.com","dop":"2025-12-31","serial_number":"106871290318209","imei1":"106871290318209","imei2":"106871290318209","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176585,"job_number":"JOB_176585","tr_customer_id":176602,"tr_customer_product_id":176592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"Dora Bartoletti","mobile_number":"502-851-1749","email_id":"Margarett.Lehner8@yahoo.com","dop":"2025-04-06","serial_number":"19184649271816","imei1":"19184649271816","imei2":"19184649271816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176578,"job_number":"JOB_176578","tr_customer_id":176595,"tr_customer_product_id":176585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Leonora Harris","mobile_number":"366-298-2180","email_id":"Reginald_Harvey32@gmail.com","dop":"2025-04-06","serial_number":"14166113325691","imei1":"14166113325691","imei2":"14166113325691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176577,"job_number":"JOB_176577","tr_customer_id":176594,"tr_customer_product_id":176584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Rosalee Pfeffer","mobile_number":"908-751-7700","email_id":"Colleen.Haag@hotmail.com","dop":"2025-04-06","serial_number":"13303380654586","imei1":"13303380654586","imei2":"13303380654586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176575,"job_number":"JOB_176575","tr_customer_id":176592,"tr_customer_product_id":176582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Josephine McGlynn","mobile_number":"250-673-0476","email_id":"Kenyatta.Hills@yahoo.com","dop":"2025-04-06","serial_number":"13930670768311","imei1":"13930670768311","imei2":"13930670768311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176572,"job_number":"JOB_176572","tr_customer_id":176589,"tr_customer_product_id":176579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Terrence Macejkovic","mobile_number":"443-308-3109","email_id":"Khalil.Huel87@yahoo.com","dop":"2025-04-06","serial_number":"16142756577747","imei1":"16142756577747","imei2":"16142756577747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176571,"job_number":"JOB_176571","tr_customer_id":176588,"tr_customer_product_id":176578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"Wilford O'Reilly","mobile_number":"304-299-7620","email_id":"Verdie_Ernser22@gmail.com","dop":"2025-04-06","serial_number":"12923973784175","imei1":"12923973784175","imei2":"12923973784175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176558,"job_number":"JOB_176558","tr_customer_id":176575,"tr_customer_product_id":176565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:29.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Rupert Marks","mobile_number":"433-894-6883","email_id":"Arvel47@yahoo.com","dop":"2026-01-04","serial_number":"11748295611128","imei1":"11748295611128","imei2":"11748295611128","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176556,"job_number":"JOB_176556","tr_customer_id":176574,"tr_customer_product_id":176564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:06.000Z","name":"Brianne Rath","mobile_number":"478-778-0715","email_id":"Ardith_Kshlerin@gmail.com","dop":"2025-04-06","serial_number":"16815796580165","imei1":"16815796580165","imei2":"16815796580165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176555,"job_number":"JOB_176555","tr_customer_id":176572,"tr_customer_product_id":176562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:08.000Z","name":"Chauncey O'Conner","mobile_number":"516-853-3932","email_id":"Justyn28@gmail.com","dop":"2000-01-31","serial_number":"10833219659521","imei1":"10833219659521","imei2":"10833219659521","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176551,"job_number":"JOB_176551","tr_customer_id":176568,"tr_customer_product_id":176558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Nikko Macejkovic","mobile_number":"288-671-7616","email_id":"Sarah_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"17550298443603","imei1":"17550298443603","imei2":"17550298443603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176544,"job_number":"JOB_176544","tr_customer_id":176561,"tr_customer_product_id":176551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:21:01.000Z","name":"Matteo Von","mobile_number":"342-973-4987","email_id":"Eloy.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"14363441597170","imei1":"14363441597170","imei2":"14363441597170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176540,"job_number":"JOB_176540","tr_customer_id":176557,"tr_customer_product_id":176547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Schuyler Hoppe","mobile_number":"930-807-2439","email_id":"Houston_Cummerata80@hotmail.com","dop":"2025-04-06","serial_number":"13502789387231","imei1":"13502789387231","imei2":"13502789387231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176538,"job_number":"JOB_176538","tr_customer_id":176555,"tr_customer_product_id":176545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:55.000Z","name":"Pearline Kihn","mobile_number":"255-593-5668","email_id":"Imani.Gaylord52@gmail.com","dop":"2025-06-18","serial_number":"10091836493480","imei1":"10091836493480","imei2":"10091836493480","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176531,"job_number":"JOB_176531","tr_customer_id":176548,"tr_customer_product_id":176538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Cordelia Pagac","mobile_number":"239-949-3442","email_id":"Drew.McDermott75@hotmail.com","dop":"2025-04-06","serial_number":"15956594608157","imei1":"15956594608157","imei2":"15956594608157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176527,"job_number":"JOB_176527","tr_customer_id":176544,"tr_customer_product_id":176534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Guy Waelchi","mobile_number":"860-293-8876","email_id":"Laurianne65@hotmail.com","dop":"2025-04-06","serial_number":"18283687641171","imei1":"18283687641171","imei2":"18283687641171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176525,"job_number":"JOB_176525","tr_customer_id":176542,"tr_customer_product_id":176532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Brain Davis","mobile_number":"404-311-6308","email_id":"Carleton.Frami@gmail.com","dop":"2025-04-06","serial_number":"13788542844415","imei1":"13788542844415","imei2":"13788542844415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176521,"job_number":"JOB_176521","tr_customer_id":176538,"tr_customer_product_id":176528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:39.000Z","name":"Darien Harber","mobile_number":"578-548-5280","email_id":"Raphaelle9@hotmail.com","dop":"2025-04-06","serial_number":"10290669186276","imei1":"10290669186276","imei2":"10290669186276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176519,"job_number":"JOB_176519","tr_customer_id":176536,"tr_customer_product_id":176526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"Allison Marks","mobile_number":"884-237-9590","email_id":"Cleta_Muller22@gmail.com","dop":"2025-12-31","serial_number":"109515920782283","imei1":"109515920782283","imei2":"109515920782283","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176514,"job_number":"JOB_176514","tr_customer_id":176531,"tr_customer_product_id":176521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Eli Kessler","mobile_number":"956-289-0988","email_id":"Kari41@hotmail.com","dop":"2025-04-06","serial_number":"11459773787837","imei1":"11459773787837","imei2":"11459773787837","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176512,"job_number":"JOB_176512","tr_customer_id":176529,"tr_customer_product_id":176519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Austen Bednar","mobile_number":"528-379-5549","email_id":"Hillard_Herzog96@gmail.com","dop":"2025-04-06","serial_number":"10871636493226","imei1":"10871636493226","imei2":"10871636493226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176510,"job_number":"JOB_176510","tr_customer_id":176527,"tr_customer_product_id":176517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Josefina Jacobi","mobile_number":"556-838-4841","email_id":"Werner18@yahoo.com","dop":"2025-04-06","serial_number":"10425319190950","imei1":"10425319190950","imei2":"10425319190950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176507,"job_number":"JOB_176507","tr_customer_id":176524,"tr_customer_product_id":176514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:47.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Kenton Ferry","mobile_number":"884-933-8543","email_id":"Lamont_Langosh30@yahoo.com","dop":"2025-04-06","serial_number":"16554706441120","imei1":"16554706441120","imei2":"16554706441120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176505,"job_number":"JOB_176505","tr_customer_id":176522,"tr_customer_product_id":176512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Mckayla Welch","mobile_number":"380-580-9472","email_id":"Jabari.Thompson94@gmail.com","dop":"2026-01-04","serial_number":"11242668530788","imei1":"11242668530788","imei2":"11242668530788","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176500,"job_number":"JOB_176500","tr_customer_id":176517,"tr_customer_product_id":176507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Troy Kassulke","mobile_number":"429-334-2416","email_id":"Demarcus.Blick80@gmail.com","dop":"2025-04-06","serial_number":"14635670377565","imei1":"14635670377565","imei2":"14635670377565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176497,"job_number":"JOB_176497","tr_customer_id":176514,"tr_customer_product_id":176504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:42.000Z","modified_at":"2026-02-04T04:19:58.000Z","name":"Rozella O'Keefe","mobile_number":"917-931-9949","email_id":"Wendell_Nikolaus@gmail.com","dop":"2025-05-30","serial_number":"11193339772390","imei1":"11193339772390","imei2":"11193339772390","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176495,"job_number":"JOB_176495","tr_customer_id":176512,"tr_customer_product_id":176502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:40.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Alberto Lemke","mobile_number":"548-215-8611","email_id":"Federico60@gmail.com","dop":"2000-01-31","serial_number":"10674023106755","imei1":"10674023106755","imei2":"10674023106755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176491,"job_number":"JOB_176491","tr_customer_id":176508,"tr_customer_product_id":176498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Deron Steuber","mobile_number":"706-377-0411","email_id":"Florencio_Reichel@hotmail.com","dop":"2025-06-18","serial_number":"10925752725743","imei1":"10925752725743","imei2":"10925752725743","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176488,"job_number":"JOB_176488","tr_customer_id":176505,"tr_customer_product_id":176495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:17.000Z","name":"Rhea Torp","mobile_number":"440-835-2133","email_id":"Enid.Durgan42@yahoo.com","dop":"2025-04-06","serial_number":"19804852871248","imei1":"19804852871248","imei2":"19804852871248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176484,"job_number":"JOB_176484","tr_customer_id":176501,"tr_customer_product_id":176491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Tara Dooley","mobile_number":"230-744-5516","email_id":"Patsy.Collier25@gmail.com","dop":"2025-04-06","serial_number":"12429138110066","imei1":"12429138110066","imei2":"12429138110066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176483,"job_number":"JOB_176483","tr_customer_id":176500,"tr_customer_product_id":176490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Alessandro Purdy","mobile_number":"342-728-6130","email_id":"Cleveland33@gmail.com","dop":"2025-04-06","serial_number":"19144756224125","imei1":"19144756224125","imei2":"19144756224125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176478,"job_number":"JOB_176478","tr_customer_id":176495,"tr_customer_product_id":176485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Caleb Langworth","mobile_number":"679-449-4236","email_id":"Jadyn.Ebert29@gmail.com","dop":"2025-04-06","serial_number":"13432555119457","imei1":"13432555119457","imei2":"13432555119457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176477,"job_number":"JOB_176477","tr_customer_id":176494,"tr_customer_product_id":176484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:04.000Z","name":"Manuela Bosco","mobile_number":"534-607-3873","email_id":"Kieran53@gmail.com","dop":"2025-04-06","serial_number":"16120296697617","imei1":"16120296697617","imei2":"16120296697617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176469,"job_number":"JOB_176469","tr_customer_id":176486,"tr_customer_product_id":176476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:12.000Z","modified_at":"2026-02-04T04:19:52.000Z","name":"Heath Dietrich","mobile_number":"686-211-3178","email_id":"Adan.Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"19785516632411","imei1":"19785516632411","imei2":"19785516632411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176467,"job_number":"JOB_176467","tr_customer_id":176484,"tr_customer_product_id":176474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:05.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Roger Kulas","mobile_number":"386-913-7176","email_id":"Javier_Hansen26@hotmail.com","dop":"2025-04-06","serial_number":"10996378630360","imei1":"10996378630360","imei2":"10996378630360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176465,"job_number":"JOB_176465","tr_customer_id":176482,"tr_customer_product_id":176472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:58.000Z","modified_at":"2026-02-04T04:19:35.000Z","name":"Lempi Ferry","mobile_number":"650-675-4242","email_id":"Martine_Kuhlman78@yahoo.com","dop":"2025-04-06","serial_number":"12999558831053","imei1":"12999558831053","imei2":"12999558831053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176463,"job_number":"JOB_176463","tr_customer_id":176480,"tr_customer_product_id":176470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:19:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15061186077396","imei1":"15061186077396","imei2":"15061186077396","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176461,"job_number":"JOB_176461","tr_customer_id":176478,"tr_customer_product_id":176468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:19:21.000Z","name":"Davion Conroy","mobile_number":"433-789-1714","email_id":"Tyrese79@gmail.com","dop":"2025-04-06","serial_number":"16284035142558","imei1":"16284035142558","imei2":"16284035142558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176460,"job_number":"JOB_176460","tr_customer_id":176477,"tr_customer_product_id":176467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:18:55.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"109725614917318","imei1":"109725614917318","imei2":"109725614917318","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176450,"job_number":"JOB_176450","tr_customer_id":176467,"tr_customer_product_id":176457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:51.000Z","name":"Tomas O'Conner","mobile_number":"864-230-1023","email_id":"Alfonzo_Beier@yahoo.com","dop":"2025-04-06","serial_number":"14681583901262","imei1":"14681583901262","imei2":"14681583901262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176447,"job_number":"JOB_176447","tr_customer_id":176464,"tr_customer_product_id":176454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:31:07.000Z","name":"Alexander Erdman","mobile_number":"923-694-5669","email_id":"Ericka_Mraz98@yahoo.com","dop":"2025-04-06","serial_number":"15454476168298","imei1":"15454476168298","imei2":"15454476168298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176444,"job_number":"JOB_176444","tr_customer_id":176461,"tr_customer_product_id":176451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:30:21.000Z","name":"Malcolm Shields","mobile_number":"800-946-5391","email_id":"Leo_Pouros5@hotmail.com","dop":"2025-04-06","serial_number":"17869032770236","imei1":"17869032770236","imei2":"17869032770236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176440,"job_number":"JOB_176440","tr_customer_id":176457,"tr_customer_product_id":176447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:39.000Z","modified_at":"2026-02-04T03:13:54.000Z","name":"Jacklyn Howe","mobile_number":"640-904-1564","email_id":"Frieda_Towne33@hotmail.com","dop":"2025-05-30","serial_number":"14345045410993","imei1":"14345045410993","imei2":"14345045410993","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176438,"job_number":"JOB_176438","tr_customer_id":176455,"tr_customer_product_id":176445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:42:25.000Z","modified_at":"2026-02-04T03:49:07.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 353e222e-85b0-4640-81b6-87b1a4ee1784
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/176746
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 39fee203-3afd-4720-afcc-7e9978ee43df
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f36d1d68-d6c7-4b8f-9f5d-9e83d004756b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-hQEw6RIhlpjUfioty6Pt+QgqW+I"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzF9.I-ys0fsgsvGJGY6gXwURJ1hDKhaOzmfpLznhv5LDcDQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzF9.I-ys0fsgsvGJGY6gXwURJ1hDKhaOzmfpLznhv5LDcDQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ceb81a7c-b978-4420-8d6a-4ffe4cc919c0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzF9.I-ys0fsgsvGJGY6gXwURJ1hDKhaOzmfpLznhv5LDcDQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 916cd76c-a654-4ba7-a325-0d0019eeae14
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-Lt6sjTUaIYLijmWnUnEtBuaTlTA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":241},{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 306ms
Mean size per request: 234.08KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be2533cd-9760-420d-b56e-0231424b695b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3a84f-k9H0UpEFgLFHXTIUoudvFI1Xb6c"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176389,"job_number":"JOB_176389","tr_customer_id":176406,"tr_customer_product_id":176396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:11:26.000Z","modified_at":"2026-02-03T20:11:26.000Z","name":"Swapnil Jade","mobile_number":"9966332211","email_id":"qa.swapnil1910@gmail.com","dop":"2026-01-31","serial_number":"68944645691505","imei1":"68944645691505","imei2":"68944645691505","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176396,"job_number":"JOB_176396","tr_customer_id":176413,"tr_customer_product_id":176403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:03:50.000Z","modified_at":"2026-02-03T21:03:50.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-29","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-29T21:03:49.114052473Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176398,"job_number":"JOB_176398","tr_customer_id":176415,"tr_customer_product_id":176405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Opal Ruecker","mobile_number":"251-483-1714","email_id":"Elroy.Hudson42@gmail.com","dop":"2025-09-09","serial_number":"14282297788225","imei1":"14282297788225","imei2":"14282297788225","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176399,"job_number":"JOB_176399","tr_customer_id":176416,"tr_customer_product_id":176406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Dean Hilll","mobile_number":"658-209-3971","email_id":"Esta16@gmail.com","dop":"2025-09-09","serial_number":"14610684792103","imei1":"14610684792103","imei2":"14610684792103","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176401,"job_number":"JOB_176401","tr_customer_id":176418,"tr_customer_product_id":176408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Antonetta Harris","mobile_number":"553-452-6028","email_id":"Dorcas60@hotmail.com","dop":"2025-09-09","serial_number":"14013214787670","imei1":"14013214787670","imei2":"14013214787670","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176402,"job_number":"JOB_176402","tr_customer_id":176419,"tr_customer_product_id":176409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Isadore Macejkovic","mobile_number":"313-497-7048","email_id":"Angelica0@hotmail.com","dop":"2025-09-09","serial_number":"15844120424251","imei1":"15844120424251","imei2":"15844120424251","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176404,"job_number":"JOB_176404","tr_customer_id":176421,"tr_customer_product_id":176411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Amber Rau","mobile_number":"392-636-4909","email_id":"Albin12@hotmail.com","dop":"2025-09-09","serial_number":"11767463548298","imei1":"11767463548298","imei2":"11767463548298","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176405,"job_number":"JOB_176405","tr_customer_id":176422,"tr_customer_product_id":176412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Conrad Ledner","mobile_number":"903-496-9794","email_id":"Lavon_Muller8@hotmail.com","dop":"2025-09-09","serial_number":"16232199230604","imei1":"16232199230604","imei2":"16232199230604","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176409,"job_number":"JOB_176409","tr_customer_id":176426,"tr_customer_product_id":176416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Adrienne Howe","mobile_number":"578-995-6970","email_id":"Kylee.Cormier@yahoo.com","dop":"2025-09-09","serial_number":"19854642348896","imei1":"19854642348896","imei2":"19854642348896","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176410,"job_number":"JOB_176410","tr_customer_id":176427,"tr_customer_product_id":176417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Jerry Breitenberg","mobile_number":"676-561-5164","email_id":"Enrico.Grant@yahoo.com","dop":"2025-09-09","serial_number":"16458607835989","imei1":"16458607835989","imei2":"16458607835989","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176412,"job_number":"JOB_176412","tr_customer_id":176429,"tr_customer_product_id":176419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Eino Corwin","mobile_number":"777-828-5531","email_id":"Ulises.Powlowski46@gmail.com","dop":"2025-09-09","serial_number":"14275254147122","imei1":"14275254147122","imei2":"14275254147122","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176413,"job_number":"JOB_176413","tr_customer_id":176430,"tr_customer_product_id":176420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Gianni O'Connell","mobile_number":"671-987-2923","email_id":"Elnora.Haag@yahoo.com","dop":"2025-09-09","serial_number":"18491089771435","imei1":"18491089771435","imei2":"18491089771435","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176415,"job_number":"JOB_176415","tr_customer_id":176432,"tr_customer_product_id":176422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Shea Cummings","mobile_number":"930-213-8390","email_id":"Jamel79@gmail.com","dop":"2025-09-09","serial_number":"18083203531400","imei1":"18083203531400","imei2":"18083203531400","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176416,"job_number":"JOB_176416","tr_customer_id":176433,"tr_customer_product_id":176423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Damian Gerlach","mobile_number":"289-621-7355","email_id":"Orrin.Hackett22@hotmail.com","dop":"2025-09-09","serial_number":"12064048566387","imei1":"12064048566387","imei2":"12064048566387","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176418,"job_number":"JOB_176418","tr_customer_id":176435,"tr_customer_product_id":176425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Citlalli Abshire","mobile_number":"705-218-8529","email_id":"Javon_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12581162696776","imei1":"12581162696776","imei2":"12581162696776","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176419,"job_number":"JOB_176419","tr_customer_id":176436,"tr_customer_product_id":176426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Joany Kris","mobile_number":"341-706-7045","email_id":"Presley_Torphy51@hotmail.com","dop":"2025-09-09","serial_number":"14793756037832","imei1":"14793756037832","imei2":"14793756037832","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176421,"job_number":"JOB_176421","tr_customer_id":176438,"tr_customer_product_id":176428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Al Ryan","mobile_number":"420-549-1034","email_id":"Raquel.Beahan35@hotmail.com","dop":"2025-09-09","serial_number":"11790063170471","imei1":"11790063170471","imei2":"11790063170471","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176422,"job_number":"JOB_176422","tr_customer_id":176439,"tr_customer_product_id":176429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Ezequiel Sporer","mobile_number":"533-634-0071","email_id":"Eryn32@hotmail.com","dop":"2025-09-09","serial_number":"10256015959300","imei1":"10256015959300","imei2":"10256015959300","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176424,"job_number":"JOB_176424","tr_customer_id":176441,"tr_customer_product_id":176431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Bethany Ratke","mobile_number":"952-643-8638","email_id":"Georgianna.Goyette@gmail.com","dop":"2025-09-09","serial_number":"11152165402482","imei1":"11152165402482","imei2":"11152165402482","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176425,"job_number":"JOB_176425","tr_customer_id":176442,"tr_customer_product_id":176432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Alanis Goyette","mobile_number":"814-690-9336","email_id":"Greta76@gmail.com","dop":"2025-09-09","serial_number":"18958151439314","imei1":"18958151439314","imei2":"18958151439314","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176429,"job_number":"JOB_176429","tr_customer_id":176446,"tr_customer_product_id":176436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:26.000Z","modified_at":"2026-02-03T23:48:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-24T23:48:26.122988639Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176430,"job_number":"JOB_176430","tr_customer_id":176447,"tr_customer_product_id":176437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:27.000Z","modified_at":"2026-02-03T23:48:27.000Z","name":"Nirbhay Shukla","mobile_number":"7079936551","email_id":"anilabh.singh@gmail.com","dop":"2026-01-24","serial_number":"905580915292613","imei1":"905580915292613","imei2":"905580915292613","popurl":"www.aanandaswarup-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176431,"job_number":"JOB_176431","tr_customer_id":176448,"tr_customer_product_id":176438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:50:52.000Z","modified_at":"2026-02-03T23:50:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-24T23:50:52.353382653Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176393,"job_number":"JOB_176393","tr_customer_id":176410,"tr_customer_product_id":176400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:46:30.000Z","modified_at":"2026-02-03T20:46:30.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"13915635489986","imei1":"13915635489986","imei2":"13915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176407,"job_number":"JOB_176407","tr_customer_id":176424,"tr_customer_product_id":176414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"99915635489986","imei1":"99915635489986","imei2":"99915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176408,"job_number":"JOB_176408","tr_customer_id":176425,"tr_customer_product_id":176415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"89915635489986","imei1":"89915635489986","imei2":"89915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:28.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzF9.I-ys0fsgsvGJGY6gXwURJ1hDKhaOzmfpLznhv5LDcDQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d4670ef6-7ccd-4147-a1b4-8ed4dcd6af7e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzF9.I-ys0fsgsvGJGY6gXwURJ1hDKhaOzmfpLznhv5LDcDQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7919fc90-a4a4-47a8-8391-c40ce995a6c5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 176746,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 233.1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzF9.I-ys0fsgsvGJGY6gXwURJ1hDKhaOzmfpLznhv5LDcDQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 00f65405-95a7-4a90-862f-71bfce1108b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3a463-Goqmja0cnMvHzkWUBBRRlYAgrlU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176389,"job_number":"JOB_176389","tr_customer_id":176406,"tr_customer_product_id":176396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:11:26.000Z","modified_at":"2026-02-03T20:11:26.000Z","name":"Swapnil Jade","mobile_number":"9966332211","email_id":"qa.swapnil1910@gmail.com","dop":"2026-01-31","serial_number":"68944645691505","imei1":"68944645691505","imei2":"68944645691505","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176396,"job_number":"JOB_176396","tr_customer_id":176413,"tr_customer_product_id":176403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:03:50.000Z","modified_at":"2026-02-03T21:03:50.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-29","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-29T21:03:49.114052473Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176398,"job_number":"JOB_176398","tr_customer_id":176415,"tr_customer_product_id":176405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Opal Ruecker","mobile_number":"251-483-1714","email_id":"Elroy.Hudson42@gmail.com","dop":"2025-09-09","serial_number":"14282297788225","imei1":"14282297788225","imei2":"14282297788225","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176399,"job_number":"JOB_176399","tr_customer_id":176416,"tr_customer_product_id":176406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Dean Hilll","mobile_number":"658-209-3971","email_id":"Esta16@gmail.com","dop":"2025-09-09","serial_number":"14610684792103","imei1":"14610684792103","imei2":"14610684792103","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176401,"job_number":"JOB_176401","tr_customer_id":176418,"tr_customer_product_id":176408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Antonetta Harris","mobile_number":"553-452-6028","email_id":"Dorcas60@hotmail.com","dop":"2025-09-09","serial_number":"14013214787670","imei1":"14013214787670","imei2":"14013214787670","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176402,"job_number":"JOB_176402","tr_customer_id":176419,"tr_customer_product_id":176409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Isadore Macejkovic","mobile_number":"313-497-7048","email_id":"Angelica0@hotmail.com","dop":"2025-09-09","serial_number":"15844120424251","imei1":"15844120424251","imei2":"15844120424251","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176404,"job_number":"JOB_176404","tr_customer_id":176421,"tr_customer_product_id":176411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Amber Rau","mobile_number":"392-636-4909","email_id":"Albin12@hotmail.com","dop":"2025-09-09","serial_number":"11767463548298","imei1":"11767463548298","imei2":"11767463548298","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176405,"job_number":"JOB_176405","tr_customer_id":176422,"tr_customer_product_id":176412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Conrad Ledner","mobile_number":"903-496-9794","email_id":"Lavon_Muller8@hotmail.com","dop":"2025-09-09","serial_number":"16232199230604","imei1":"16232199230604","imei2":"16232199230604","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176409,"job_number":"JOB_176409","tr_customer_id":176426,"tr_customer_product_id":176416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Adrienne Howe","mobile_number":"578-995-6970","email_id":"Kylee.Cormier@yahoo.com","dop":"2025-09-09","serial_number":"19854642348896","imei1":"19854642348896","imei2":"19854642348896","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176410,"job_number":"JOB_176410","tr_customer_id":176427,"tr_customer_product_id":176417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Jerry Breitenberg","mobile_number":"676-561-5164","email_id":"Enrico.Grant@yahoo.com","dop":"2025-09-09","serial_number":"16458607835989","imei1":"16458607835989","imei2":"16458607835989","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176412,"job_number":"JOB_176412","tr_customer_id":176429,"tr_customer_product_id":176419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Eino Corwin","mobile_number":"777-828-5531","email_id":"Ulises.Powlowski46@gmail.com","dop":"2025-09-09","serial_number":"14275254147122","imei1":"14275254147122","imei2":"14275254147122","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176413,"job_number":"JOB_176413","tr_customer_id":176430,"tr_customer_product_id":176420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Gianni O'Connell","mobile_number":"671-987-2923","email_id":"Elnora.Haag@yahoo.com","dop":"2025-09-09","serial_number":"18491089771435","imei1":"18491089771435","imei2":"18491089771435","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176415,"job_number":"JOB_176415","tr_customer_id":176432,"tr_customer_product_id":176422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Shea Cummings","mobile_number":"930-213-8390","email_id":"Jamel79@gmail.com","dop":"2025-09-09","serial_number":"18083203531400","imei1":"18083203531400","imei2":"18083203531400","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176416,"job_number":"JOB_176416","tr_customer_id":176433,"tr_customer_product_id":176423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Damian Gerlach","mobile_number":"289-621-7355","email_id":"Orrin.Hackett22@hotmail.com","dop":"2025-09-09","serial_number":"12064048566387","imei1":"12064048566387","imei2":"12064048566387","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176418,"job_number":"JOB_176418","tr_customer_id":176435,"tr_customer_product_id":176425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Citlalli Abshire","mobile_number":"705-218-8529","email_id":"Javon_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12581162696776","imei1":"12581162696776","imei2":"12581162696776","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176419,"job_number":"JOB_176419","tr_customer_id":176436,"tr_customer_product_id":176426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Joany Kris","mobile_number":"341-706-7045","email_id":"Presley_Torphy51@hotmail.com","dop":"2025-09-09","serial_number":"14793756037832","imei1":"14793756037832","imei2":"14793756037832","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176421,"job_number":"JOB_176421","tr_customer_id":176438,"tr_customer_product_id":176428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Al Ryan","mobile_number":"420-549-1034","email_id":"Raquel.Beahan35@hotmail.com","dop":"2025-09-09","serial_number":"11790063170471","imei1":"11790063170471","imei2":"11790063170471","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176422,"job_number":"JOB_176422","tr_customer_id":176439,"tr_customer_product_id":176429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Ezequiel Sporer","mobile_number":"533-634-0071","email_id":"Eryn32@hotmail.com","dop":"2025-09-09","serial_number":"10256015959300","imei1":"10256015959300","imei2":"10256015959300","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176424,"job_number":"JOB_176424","tr_customer_id":176441,"tr_customer_product_id":176431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Bethany Ratke","mobile_number":"952-643-8638","email_id":"Georgianna.Goyette@gmail.com","dop":"2025-09-09","serial_number":"11152165402482","imei1":"11152165402482","imei2":"11152165402482","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176425,"job_number":"JOB_176425","tr_customer_id":176442,"tr_customer_product_id":176432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Alanis Goyette","mobile_number":"814-690-9336","email_id":"Greta76@gmail.com","dop":"2025-09-09","serial_number":"18958151439314","imei1":"18958151439314","imei2":"18958151439314","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176429,"job_number":"JOB_176429","tr_customer_id":176446,"tr_customer_product_id":176436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:26.000Z","modified_at":"2026-02-03T23:48:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-24T23:48:26.122988639Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176430,"job_number":"JOB_176430","tr_customer_id":176447,"tr_customer_product_id":176437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:27.000Z","modified_at":"2026-02-03T23:48:27.000Z","name":"Nirbhay Shukla","mobile_number":"7079936551","email_id":"anilabh.singh@gmail.com","dop":"2026-01-24","serial_number":"905580915292613","imei1":"905580915292613","imei2":"905580915292613","popurl":"www.aanandaswarup-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176431,"job_number":"JOB_176431","tr_customer_id":176448,"tr_customer_product_id":176438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:50:52.000Z","modified_at":"2026-02-03T23:50:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-24T23:50:52.353382653Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176393,"job_number":"JOB_176393","tr_customer_id":176410,"tr_customer_product_id":176400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:46:30.000Z","modified_at":"2026-02-03T20:46:30.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"13915635489986","imei1":"13915635489986","imei2":"13915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176407,"job_number":"JOB_176407","tr_customer_id":176424,"tr_customer_product_id":176414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"99915635489986","imei1":"99915635489986","imei2":"99915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176408,"job_number":"JOB_176408","tr_customer_id":176425,"tr_customer_product_id":176415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"89915635489986","imei1":"89915635489986","imei2":"89915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 21711cfd-1275-45da-901b-f5c4caeceb7e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-70wc5upYI4LFMi0N247E5KMKDdk"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzN9.-wLo0PtkGpSSVd1W43RvOge84IHRopbRhlYJSwHLfas"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzN9.-wLo0PtkGpSSVd1W43RvOge84IHRopbRhlYJSwHLfas
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 378e5be5-6478-4558-9e5b-202d3e763a17
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzN9.-wLo0PtkGpSSVd1W43RvOge84IHRopbRhlYJSwHLfas
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7adeaa09-6218-4e3b-88a7-204d7369f26c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-n9gFWw6rMudm6qX+7YlE9gCICQI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":100}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzN9.-wLo0PtkGpSSVd1W43RvOge84IHRopbRhlYJSwHLfas
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8d82b131-c358-4cc5-92a4-9e85da0e71d2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7ce-XrVNZaSoR8ol1Lfupa8J5/jSsuw"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:32.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T06:34:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":176428,"job_number":"JOB_176428","tr_customer_id":176445,"tr_customer_product_id":176435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:09:51.000Z","modified_at":"2026-02-03T23:11:54.000Z","name":"Farhana Begum","mobile_number":"2233445566","email_id":"farhanalita@yahoo.com","dop":"2026-01-03","serial_number":"23456789023456","imei1":"23456789023456","imei2":"23456789023456","popurl":"2026-01-03T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-03T23:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzN9.-wLo0PtkGpSSVd1W43RvOge84IHRopbRhlYJSwHLfas
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 71935e4b-0125-4f42-ab89-c96fe89b83a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 388ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzN9.-wLo0PtkGpSSVd1W43RvOge84IHRopbRhlYJSwHLfas
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7be2153f-4a02-43df-bd80-581c76d01cb4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"954-JBXDRfJFFeBsiajeuJbmlsAYBRs"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:32.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T06:34:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":176746,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-04T06:34:28.000Z"}],"quatations":[]},{"id":176428,"job_number":"JOB_176428","tr_customer_id":176445,"tr_customer_product_id":176435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:09:51.000Z","modified_at":"2026-02-03T23:11:54.000Z","name":"Farhana Begum","mobile_number":"2233445566","email_id":"farhanalita@yahoo.com","dop":"2026-01-03","serial_number":"23456789023456","imei1":"23456789023456","imei2":"23456789023456","popurl":"2026-01-03T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-03T23:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":176428,"remark":"battery dead easily","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-03T23:09:51.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzN9.-wLo0PtkGpSSVd1W43RvOge84IHRopbRhlYJSwHLfas
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f1c28519-d4c3-4093-8e02-9831555699ec
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzN9.-wLo0PtkGpSSVd1W43RvOge84IHRopbRhlYJSwHLfas
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2c646035-dbfa-4a94-b1bd-fedb5cf633be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":176746,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 886bded1-d3d8-4ab1-9f88-8285ba5ccd28
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-/jo86NAIV+NviJZsdi4MZAHif1o"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg3NX0.Ozaeffn8NB2oxqwcZY4v-Mr9Om_it43mpvx8hIrL1TA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg3NX0.Ozaeffn8NB2oxqwcZY4v-Mr9Om_it43mpvx8hIrL1TA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 24904be2-d0fb-4155-b0c3-3084027bb454
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg3NX0.Ozaeffn8NB2oxqwcZY4v-Mr9Om_it43mpvx8hIrL1TA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 024b1ba7-74b0-43da-8897-75f85b1a10e6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-yXkpMD77F/e4Q6u2FHn955KCHqk"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":100},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg3NX0.Ozaeffn8NB2oxqwcZY4v-Mr9Om_it43mpvx8hIrL1TA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 32c152e0-1a02-4077-8c08-fe418bd526bd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 298ms
Mean size per request: 96.73KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg3NX0.Ozaeffn8NB2oxqwcZY4v-Mr9Om_it43mpvx8hIrL1TA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9e20f1de-5f41-412c-8a75-f79676db693c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"182e9-Kkb/90EoepQBtVdqJaLSjsDGM7w"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:24.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176707,"job_number":"JOB_176707","tr_customer_id":176724,"tr_customer_product_id":176714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18637583578491","imei1":"18637583578491","imei2":"18637583578491","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176631,"job_number":"JOB_176631","tr_customer_id":176648,"tr_customer_product_id":176638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Mason Champlin","mobile_number":"298-655-8960","email_id":"Claud.Nader@hotmail.com","dop":"2025-12-31","serial_number":"10724430596009","imei1":"10724430596009","imei2":"10724430596009","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176612,"job_number":"JOB_176612","tr_customer_id":176629,"tr_customer_product_id":176619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:08.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Aileen Gleason","mobile_number":"557-611-8420","email_id":"Ernesto64@hotmail.com","dop":"2025-12-31","serial_number":"10601215488525","imei1":"10601215488525","imei2":"10601215488525","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176607,"job_number":"JOB_176607","tr_customer_id":176624,"tr_customer_product_id":176614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Beatrice Ankunding","mobile_number":"240-612-6333","email_id":"Zella_Goldner@hotmail.com","dop":"2025-06-09","serial_number":"101601397974637","imei1":"101601397974637","imei2":"101601397974637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176596,"job_number":"JOB_176596","tr_customer_id":176613,"tr_customer_product_id":176603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:54.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Alba Ernser","mobile_number":"394-818-6472","email_id":"Devonte_Murray9@hotmail.com","dop":"2025-12-31","serial_number":"10752370154491","imei1":"10752370154491","imei2":"10752370154491","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176592,"job_number":"JOB_176592","tr_customer_id":176609,"tr_customer_product_id":176599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Colin Borer","mobile_number":"928-840-3184","email_id":"Johann14@yahoo.com","dop":"2025-06-09","serial_number":"107220114783683","imei1":"107220114783683","imei2":"107220114783683","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176563,"job_number":"JOB_176563","tr_customer_id":176580,"tr_customer_product_id":176570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Jordane Bradtke","mobile_number":"215-512-5077","email_id":"Dale_Feeney@gmail.com","dop":"2025-06-09","serial_number":"107221785345255","imei1":"107221785345255","imei2":"107221785345255","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176548,"job_number":"JOB_176548","tr_customer_id":176565,"tr_customer_product_id":176555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:24.000Z","modified_at":"2026-02-04T04:20:34.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11056966371513","imei1":"11056966371513","imei2":"11056966371513","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176533,"job_number":"JOB_176533","tr_customer_id":176550,"tr_customer_product_id":176540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Velda Wintheiser","mobile_number":"854-858-7413","email_id":"Benton.Heaney33@yahoo.com","dop":"2025-10-01","serial_number":"17987415519575","imei1":"17987415519575","imei2":"17987415519575","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176490,"job_number":"JOB_176490","tr_customer_id":176507,"tr_customer_product_id":176497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"giyu tomiaka","mobile_number":"342-645-9031","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"215126527489909","imei1":"215126527489909","imei2":"215126527489909","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176479,"job_number":"JOB_176479","tr_customer_id":176496,"tr_customer_product_id":176486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:36.000Z","name":"tanjiro kamado","mobile_number":"348-743-7546","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"753371029945637","imei1":"753371029945637","imei2":"753371029945637","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176471,"job_number":"JOB_176471","tr_customer_id":176488,"tr_customer_product_id":176478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:15.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"saitama sensei","mobile_number":"941-837-0590","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"622751869803208","imei1":"622751869803208","imei2":"622751869803208","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176434,"job_number":"JOB_176434","tr_customer_id":176451,"tr_customer_product_id":176441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:48:25.000Z","modified_at":"2026-02-04T03:39:11.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789054","imei1":"98765678956789054","imei2":"98765678956789054","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176737,"job_number":"JOB_176737","tr_customer_id":176754,"tr_customer_product_id":176744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:41:30.000Z","name":"Hector O'Reilly","mobile_number":"277-472-9194","email_id":"Aimee_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"12884807685364","imei1":"12884807685364","imei2":"12884807685364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176734,"job_number":"JOB_176734","tr_customer_id":176751,"tr_customer_product_id":176741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:47.000Z","name":"Jolie Gerhold","mobile_number":"393-723-5212","email_id":"Birdie_Berge@yahoo.com","dop":"2025-04-06","serial_number":"16652722179689","imei1":"16652722179689","imei2":"16652722179689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176731,"job_number":"JOB_176731","tr_customer_id":176748,"tr_customer_product_id":176738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:40:04.000Z","name":"Dane Kuvalis","mobile_number":"811-824-8551","email_id":"Aletha.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"15631790507869","imei1":"15631790507869","imei2":"15631790507869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176728,"job_number":"JOB_176728","tr_customer_id":176745,"tr_customer_product_id":176735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:55.000Z","modified_at":"2026-02-04T05:30:39.000Z","name":"Freeman Herman","mobile_number":"263-675-8461","email_id":"Maryjane33@hotmail.com","dop":"2025-04-06","serial_number":"13961623298627","imei1":"13961623298627","imei2":"13961623298627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176726,"job_number":"JOB_176726","tr_customer_id":176743,"tr_customer_product_id":176733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:29.000Z","modified_at":"2026-02-04T05:30:04.000Z","name":"Immanuel McClure","mobile_number":"812-833-9513","email_id":"Viola.Bayer93@gmail.com","dop":"2025-04-06","serial_number":"15209066711525","imei1":"15209066711525","imei2":"15209066711525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176723,"job_number":"JOB_176723","tr_customer_id":176740,"tr_customer_product_id":176730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:55.000Z","modified_at":"2026-02-04T05:12:04.000Z","name":"Jeffrey Sauer","mobile_number":"809-750-0216","email_id":"Ronny28@gmail.com","dop":"2025-07-01","serial_number":"101214711385421","imei1":"101214711385421","imei2":"101214711385421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:12:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176721,"job_number":"JOB_176721","tr_customer_id":176738,"tr_customer_product_id":176728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:52.000Z","name":"Marta Nitzsche","mobile_number":"876-939-2221","email_id":"Addie_Boyle@yahoo.com","dop":"2025-07-01","serial_number":"108027526968959","imei1":"108027526968959","imei2":"108027526968959","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176718,"job_number":"JOB_176718","tr_customer_id":176735,"tr_customer_product_id":176725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:08:03.000Z","name":"Jarvis Nienow","mobile_number":"837-409-7971","email_id":"Maximilian.Beatty@gmail.com","dop":"2025-04-06","serial_number":"17271331175318","imei1":"17271331175318","imei2":"17271331175318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:08:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176713,"job_number":"JOB_176713","tr_customer_id":176730,"tr_customer_product_id":176720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:41.000Z","modified_at":"2026-02-04T05:07:19.000Z","name":"Chelsea Lockman","mobile_number":"280-990-6465","email_id":"Grady.Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"11667111239684","imei1":"11667111239684","imei2":"11667111239684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:07:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176710,"job_number":"JOB_176710","tr_customer_id":176727,"tr_customer_product_id":176717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:06:33.000Z","name":"Ayana Lakin","mobile_number":"621-885-5581","email_id":"Ezequiel91@yahoo.com","dop":"2025-04-06","serial_number":"15193799837989","imei1":"15193799837989","imei2":"15193799837989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176706,"job_number":"JOB_176706","tr_customer_id":176723,"tr_customer_product_id":176713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:46:06.000Z","name":"Kadin West","mobile_number":"840-867-0446","email_id":"Claude.Bins@gmail.com","dop":"2025-10-21","serial_number":"14969654966893","imei1":"14969654966893","imei2":"14969654966893","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176704,"job_number":"JOB_176704","tr_customer_id":176721,"tr_customer_product_id":176711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:40.000Z","name":"Lauretta Sporer","mobile_number":"580-663-6430","email_id":"Elmore_Klocko35@yahoo.com","dop":"2025-10-21","serial_number":"10730403025821","imei1":"10730403025821","imei2":"10730403025821","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176702,"job_number":"JOB_176702","tr_customer_id":176719,"tr_customer_product_id":176709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:45:21.000Z","name":"Jodie Abbott","mobile_number":"457-258-9604","email_id":"Lindsay.OKon12@hotmail.com","dop":"2025-10-21","serial_number":"14391136364330","imei1":"14391136364330","imei2":"14391136364330","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176700,"job_number":"JOB_176700","tr_customer_id":176717,"tr_customer_product_id":176707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:13.000Z","modified_at":"2026-02-04T04:44:53.000Z","name":"Karley Glover","mobile_number":"583-213-0873","email_id":"Daniella.Schuster@yahoo.com","dop":"2025-10-21","serial_number":"11218951587295","imei1":"11218951587295","imei2":"11218951587295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176698,"job_number":"JOB_176698","tr_customer_id":176715,"tr_customer_product_id":176705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:44:37.000Z","name":"Travis Flatley","mobile_number":"940-690-9471","email_id":"Kaela11@yahoo.com","dop":"2025-10-21","serial_number":"11476097854053","imei1":"11476097854053","imei2":"11476097854053","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176696,"job_number":"JOB_176696","tr_customer_id":176713,"tr_customer_product_id":176703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:44:05.000Z","name":"Felton Dibbert","mobile_number":"506-453-4330","email_id":"Carlie.Brakus79@gmail.com","dop":"2025-10-21","serial_number":"14267430442700","imei1":"14267430442700","imei2":"14267430442700","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176688,"job_number":"JOB_176688","tr_customer_id":176705,"tr_customer_product_id":176695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45047521778037","imei1":"45047521778037","imei2":"45047521778037","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176681,"job_number":"JOB_176681","tr_customer_id":176698,"tr_customer_product_id":176688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:26:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91800988010490","imei1":"91800988010490","imei2":"91800988010490","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176674,"job_number":"JOB_176674","tr_customer_id":176691,"tr_customer_product_id":176681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:12.000Z","modified_at":"2026-02-04T04:25:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32339119836277","imei1":"32339119836277","imei2":"32339119836277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176666,"job_number":"JOB_176666","tr_customer_id":176683,"tr_customer_product_id":176673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:56.000Z","name":"Jaycee Weissnat","mobile_number":"645-853-3263","email_id":"Hipolito.Shields@hotmail.com","dop":"2025-04-06","serial_number":"11349614812034","imei1":"11349614812034","imei2":"11349614812034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176663,"job_number":"JOB_176663","tr_customer_id":176680,"tr_customer_product_id":176670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:52.000Z","name":"Akeem Walker","mobile_number":"746-584-9495","email_id":"Brandy_McClure@hotmail.com","dop":"2025-04-06","serial_number":"14927185654416","imei1":"14927185654416","imei2":"14927185654416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176660,"job_number":"JOB_176660","tr_customer_id":176677,"tr_customer_product_id":176667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:05.000Z","modified_at":"2026-02-04T04:22:45.000Z","name":"Mark Effertz","mobile_number":"350-461-3813","email_id":"Ricky.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10581145820709","imei1":"10581145820709","imei2":"10581145820709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176657,"job_number":"JOB_176657","tr_customer_id":176674,"tr_customer_product_id":176664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:57.000Z","modified_at":"2026-02-04T04:22:36.000Z","name":"Madison VonRueden","mobile_number":"214-337-0465","email_id":"Edmund_Witting54@yahoo.com","dop":"2025-04-06","serial_number":"10636638989526","imei1":"10636638989526","imei2":"10636638989526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176653,"job_number":"JOB_176653","tr_customer_id":176670,"tr_customer_product_id":176660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:22:26.000Z","name":"Lulu Legros","mobile_number":"474-470-7038","email_id":"Corene_Cummings@yahoo.com","dop":"2025-04-06","serial_number":"15778525443796","imei1":"15778525443796","imei2":"15778525443796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176651,"job_number":"JOB_176651","tr_customer_id":176668,"tr_customer_product_id":176658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:45.000Z","modified_at":"2026-02-04T04:22:24.000Z","name":"Boris O'Conner","mobile_number":"320-517-7243","email_id":"Timmothy35@gmail.com","dop":"2025-04-06","serial_number":"15134246549164","imei1":"15134246549164","imei2":"15134246549164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176647,"job_number":"JOB_176647","tr_customer_id":176664,"tr_customer_product_id":176654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Tyler Bartell","mobile_number":"993-851-2235","email_id":"Buster_Wiegand98@yahoo.com","dop":"2025-12-31","serial_number":"100481880007908","imei1":"100481880007908","imei2":"100481880007908","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176646,"job_number":"JOB_176646","tr_customer_id":176663,"tr_customer_product_id":176653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Imelda Sporer","mobile_number":"467-208-1770","email_id":"Darby76@hotmail.com","dop":"2025-04-06","serial_number":"19855385035594","imei1":"19855385035594","imei2":"19855385035594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176643,"job_number":"JOB_176643","tr_customer_id":176660,"tr_customer_product_id":176650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Alize Cummerata","mobile_number":"537-475-2296","email_id":"Lenna6@yahoo.com","dop":"2025-04-06","serial_number":"13404526723400","imei1":"13404526723400","imei2":"13404526723400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176640,"job_number":"JOB_176640","tr_customer_id":176657,"tr_customer_product_id":176647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:27.000Z","modified_at":"2026-02-04T04:22:08.000Z","name":"Jaida Maggio","mobile_number":"903-530-2435","email_id":"Gabriel.Hermann17@gmail.com","dop":"2025-04-06","serial_number":"13259064261692","imei1":"13259064261692","imei2":"13259064261692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176637,"job_number":"JOB_176637","tr_customer_id":176654,"tr_customer_product_id":176644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:25.000Z","modified_at":"2026-02-04T04:22:04.000Z","name":"Norberto Runolfsdottir","mobile_number":"548-472-7044","email_id":"Jalyn97@hotmail.com","dop":"2025-04-06","serial_number":"14380539441000","imei1":"14380539441000","imei2":"14380539441000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176632,"job_number":"JOB_176632","tr_customer_id":176649,"tr_customer_product_id":176639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:22:00.000Z","name":"Eldon Hyatt","mobile_number":"866-247-2632","email_id":"Jermain.Paucek83@gmail.com","dop":"2025-04-06","serial_number":"18038909573236","imei1":"18038909573236","imei2":"18038909573236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176630,"job_number":"JOB_176630","tr_customer_id":176647,"tr_customer_product_id":176637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Omari Hudson","mobile_number":"956-243-1356","email_id":"Litzy_Kessler@gmail.com","dop":"2025-04-06","serial_number":"11886888319383","imei1":"11886888319383","imei2":"11886888319383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176627,"job_number":"JOB_176627","tr_customer_id":176644,"tr_customer_product_id":176634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Jacklyn Moore","mobile_number":"424-776-3938","email_id":"Priscilla.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"11561317396566","imei1":"11561317396566","imei2":"11561317396566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176624,"job_number":"JOB_176624","tr_customer_id":176641,"tr_customer_product_id":176631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:57.000Z","name":"Joseph Konopelski","mobile_number":"421-449-8370","email_id":"Armando25@yahoo.com","dop":"2000-01-31","serial_number":"10188435582939","imei1":"10188435582939","imei2":"10188435582939","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176620,"job_number":"JOB_176620","tr_customer_id":176637,"tr_customer_product_id":176627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:51.000Z","name":"Mattie Gibson","mobile_number":"855-649-3783","email_id":"Alberta_Crona@yahoo.com","dop":"2025-04-06","serial_number":"10011580042402","imei1":"10011580042402","imei2":"10011580042402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176618,"job_number":"JOB_176618","tr_customer_id":176635,"tr_customer_product_id":176625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Darrion Hessel","mobile_number":"520-797-7761","email_id":"Andreanne_Bayer60@hotmail.com","dop":"2026-01-04","serial_number":"17133369098001","imei1":"17133369098001","imei2":"17133369098001","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176615,"job_number":"JOB_176615","tr_customer_id":176632,"tr_customer_product_id":176622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:49.000Z","name":"Magali Bartell","mobile_number":"815-664-3422","email_id":"Lacey_Wolf75@gmail.com","dop":"2025-04-06","serial_number":"10883674573988","imei1":"10883674573988","imei2":"10883674573988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176611,"job_number":"JOB_176611","tr_customer_id":176628,"tr_customer_product_id":176618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:48.000Z","name":"Myrna Stiedemann","mobile_number":"998-571-1838","email_id":"Merle8@gmail.com","dop":"2025-04-06","serial_number":"16520062757714","imei1":"16520062757714","imei2":"16520062757714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176602,"job_number":"JOB_176602","tr_customer_id":176619,"tr_customer_product_id":176609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:38.000Z","name":"Nico Jast","mobile_number":"647-663-0902","email_id":"Consuelo93@yahoo.com","dop":"2025-04-06","serial_number":"14907914450534","imei1":"14907914450534","imei2":"14907914450534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176600,"job_number":"JOB_176600","tr_customer_id":176617,"tr_customer_product_id":176607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:37.000Z","name":"Chelsea Ward","mobile_number":"886-889-8769","email_id":"Nelda.Cummerata27@hotmail.com","dop":"2025-04-06","serial_number":"11794836586046","imei1":"11794836586046","imei2":"11794836586046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176598,"job_number":"JOB_176598","tr_customer_id":176615,"tr_customer_product_id":176605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:21:34.000Z","name":"Jennings Gaylord","mobile_number":"232-663-6014","email_id":"Rossie.Carter@hotmail.com","dop":"2025-04-06","serial_number":"13344060642110","imei1":"13344060642110","imei2":"13344060642110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176590,"job_number":"JOB_176590","tr_customer_id":176607,"tr_customer_product_id":176597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Kadin Kuvalis","mobile_number":"487-530-8797","email_id":"Kelli.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"18766100481755","imei1":"18766100481755","imei2":"18766100481755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176588,"job_number":"JOB_176588","tr_customer_id":176605,"tr_customer_product_id":176595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hope Jacobson","mobile_number":"865-394-4003","email_id":"Lisette.Olson@gmail.com","dop":"2025-12-31","serial_number":"106871290318209","imei1":"106871290318209","imei2":"106871290318209","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176585,"job_number":"JOB_176585","tr_customer_id":176602,"tr_customer_product_id":176592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"Dora Bartoletti","mobile_number":"502-851-1749","email_id":"Margarett.Lehner8@yahoo.com","dop":"2025-04-06","serial_number":"19184649271816","imei1":"19184649271816","imei2":"19184649271816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176578,"job_number":"JOB_176578","tr_customer_id":176595,"tr_customer_product_id":176585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Leonora Harris","mobile_number":"366-298-2180","email_id":"Reginald_Harvey32@gmail.com","dop":"2025-04-06","serial_number":"14166113325691","imei1":"14166113325691","imei2":"14166113325691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176577,"job_number":"JOB_176577","tr_customer_id":176594,"tr_customer_product_id":176584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Rosalee Pfeffer","mobile_number":"908-751-7700","email_id":"Colleen.Haag@hotmail.com","dop":"2025-04-06","serial_number":"13303380654586","imei1":"13303380654586","imei2":"13303380654586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176575,"job_number":"JOB_176575","tr_customer_id":176592,"tr_customer_product_id":176582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Josephine McGlynn","mobile_number":"250-673-0476","email_id":"Kenyatta.Hills@yahoo.com","dop":"2025-04-06","serial_number":"13930670768311","imei1":"13930670768311","imei2":"13930670768311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176572,"job_number":"JOB_176572","tr_customer_id":176589,"tr_customer_product_id":176579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Terrence Macejkovic","mobile_number":"443-308-3109","email_id":"Khalil.Huel87@yahoo.com","dop":"2025-04-06","serial_number":"16142756577747","imei1":"16142756577747","imei2":"16142756577747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176571,"job_number":"JOB_176571","tr_customer_id":176588,"tr_customer_product_id":176578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"Wilford O'Reilly","mobile_number":"304-299-7620","email_id":"Verdie_Ernser22@gmail.com","dop":"2025-04-06","serial_number":"12923973784175","imei1":"12923973784175","imei2":"12923973784175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176558,"job_number":"JOB_176558","tr_customer_id":176575,"tr_customer_product_id":176565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:29.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Rupert Marks","mobile_number":"433-894-6883","email_id":"Arvel47@yahoo.com","dop":"2026-01-04","serial_number":"11748295611128","imei1":"11748295611128","imei2":"11748295611128","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176556,"job_number":"JOB_176556","tr_customer_id":176574,"tr_customer_product_id":176564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:06.000Z","name":"Brianne Rath","mobile_number":"478-778-0715","email_id":"Ardith_Kshlerin@gmail.com","dop":"2025-04-06","serial_number":"16815796580165","imei1":"16815796580165","imei2":"16815796580165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176555,"job_number":"JOB_176555","tr_customer_id":176572,"tr_customer_product_id":176562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:08.000Z","name":"Chauncey O'Conner","mobile_number":"516-853-3932","email_id":"Justyn28@gmail.com","dop":"2000-01-31","serial_number":"10833219659521","imei1":"10833219659521","imei2":"10833219659521","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176551,"job_number":"JOB_176551","tr_customer_id":176568,"tr_customer_product_id":176558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Nikko Macejkovic","mobile_number":"288-671-7616","email_id":"Sarah_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"17550298443603","imei1":"17550298443603","imei2":"17550298443603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176544,"job_number":"JOB_176544","tr_customer_id":176561,"tr_customer_product_id":176551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:21:01.000Z","name":"Matteo Von","mobile_number":"342-973-4987","email_id":"Eloy.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"14363441597170","imei1":"14363441597170","imei2":"14363441597170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176540,"job_number":"JOB_176540","tr_customer_id":176557,"tr_customer_product_id":176547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Schuyler Hoppe","mobile_number":"930-807-2439","email_id":"Houston_Cummerata80@hotmail.com","dop":"2025-04-06","serial_number":"13502789387231","imei1":"13502789387231","imei2":"13502789387231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176538,"job_number":"JOB_176538","tr_customer_id":176555,"tr_customer_product_id":176545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:55.000Z","name":"Pearline Kihn","mobile_number":"255-593-5668","email_id":"Imani.Gaylord52@gmail.com","dop":"2025-06-18","serial_number":"10091836493480","imei1":"10091836493480","imei2":"10091836493480","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176531,"job_number":"JOB_176531","tr_customer_id":176548,"tr_customer_product_id":176538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Cordelia Pagac","mobile_number":"239-949-3442","email_id":"Drew.McDermott75@hotmail.com","dop":"2025-04-06","serial_number":"15956594608157","imei1":"15956594608157","imei2":"15956594608157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176527,"job_number":"JOB_176527","tr_customer_id":176544,"tr_customer_product_id":176534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Guy Waelchi","mobile_number":"860-293-8876","email_id":"Laurianne65@hotmail.com","dop":"2025-04-06","serial_number":"18283687641171","imei1":"18283687641171","imei2":"18283687641171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176525,"job_number":"JOB_176525","tr_customer_id":176542,"tr_customer_product_id":176532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Brain Davis","mobile_number":"404-311-6308","email_id":"Carleton.Frami@gmail.com","dop":"2025-04-06","serial_number":"13788542844415","imei1":"13788542844415","imei2":"13788542844415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176521,"job_number":"JOB_176521","tr_customer_id":176538,"tr_customer_product_id":176528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:39.000Z","name":"Darien Harber","mobile_number":"578-548-5280","email_id":"Raphaelle9@hotmail.com","dop":"2025-04-06","serial_number":"10290669186276","imei1":"10290669186276","imei2":"10290669186276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176519,"job_number":"JOB_176519","tr_customer_id":176536,"tr_customer_product_id":176526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"Allison Marks","mobile_number":"884-237-9590","email_id":"Cleta_Muller22@gmail.com","dop":"2025-12-31","serial_number":"109515920782283","imei1":"109515920782283","imei2":"109515920782283","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176514,"job_number":"JOB_176514","tr_customer_id":176531,"tr_customer_product_id":176521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Eli Kessler","mobile_number":"956-289-0988","email_id":"Kari41@hotmail.com","dop":"2025-04-06","serial_number":"11459773787837","imei1":"11459773787837","imei2":"11459773787837","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176512,"job_number":"JOB_176512","tr_customer_id":176529,"tr_customer_product_id":176519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Austen Bednar","mobile_number":"528-379-5549","email_id":"Hillard_Herzog96@gmail.com","dop":"2025-04-06","serial_number":"10871636493226","imei1":"10871636493226","imei2":"10871636493226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176510,"job_number":"JOB_176510","tr_customer_id":176527,"tr_customer_product_id":176517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Josefina Jacobi","mobile_number":"556-838-4841","email_id":"Werner18@yahoo.com","dop":"2025-04-06","serial_number":"10425319190950","imei1":"10425319190950","imei2":"10425319190950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176507,"job_number":"JOB_176507","tr_customer_id":176524,"tr_customer_product_id":176514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:47.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Kenton Ferry","mobile_number":"884-933-8543","email_id":"Lamont_Langosh30@yahoo.com","dop":"2025-04-06","serial_number":"16554706441120","imei1":"16554706441120","imei2":"16554706441120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176505,"job_number":"JOB_176505","tr_customer_id":176522,"tr_customer_product_id":176512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Mckayla Welch","mobile_number":"380-580-9472","email_id":"Jabari.Thompson94@gmail.com","dop":"2026-01-04","serial_number":"11242668530788","imei1":"11242668530788","imei2":"11242668530788","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176500,"job_number":"JOB_176500","tr_customer_id":176517,"tr_customer_product_id":176507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Troy Kassulke","mobile_number":"429-334-2416","email_id":"Demarcus.Blick80@gmail.com","dop":"2025-04-06","serial_number":"14635670377565","imei1":"14635670377565","imei2":"14635670377565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176497,"job_number":"JOB_176497","tr_customer_id":176514,"tr_customer_product_id":176504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:42.000Z","modified_at":"2026-02-04T04:19:58.000Z","name":"Rozella O'Keefe","mobile_number":"917-931-9949","email_id":"Wendell_Nikolaus@gmail.com","dop":"2025-05-30","serial_number":"11193339772390","imei1":"11193339772390","imei2":"11193339772390","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176495,"job_number":"JOB_176495","tr_customer_id":176512,"tr_customer_product_id":176502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:40.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Alberto Lemke","mobile_number":"548-215-8611","email_id":"Federico60@gmail.com","dop":"2000-01-31","serial_number":"10674023106755","imei1":"10674023106755","imei2":"10674023106755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176491,"job_number":"JOB_176491","tr_customer_id":176508,"tr_customer_product_id":176498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Deron Steuber","mobile_number":"706-377-0411","email_id":"Florencio_Reichel@hotmail.com","dop":"2025-06-18","serial_number":"10925752725743","imei1":"10925752725743","imei2":"10925752725743","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176488,"job_number":"JOB_176488","tr_customer_id":176505,"tr_customer_product_id":176495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:17.000Z","name":"Rhea Torp","mobile_number":"440-835-2133","email_id":"Enid.Durgan42@yahoo.com","dop":"2025-04-06","serial_number":"19804852871248","imei1":"19804852871248","imei2":"19804852871248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176484,"job_number":"JOB_176484","tr_customer_id":176501,"tr_customer_product_id":176491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Tara Dooley","mobile_number":"230-744-5516","email_id":"Patsy.Collier25@gmail.com","dop":"2025-04-06","serial_number":"12429138110066","imei1":"12429138110066","imei2":"12429138110066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176483,"job_number":"JOB_176483","tr_customer_id":176500,"tr_customer_product_id":176490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Alessandro Purdy","mobile_number":"342-728-6130","email_id":"Cleveland33@gmail.com","dop":"2025-04-06","serial_number":"19144756224125","imei1":"19144756224125","imei2":"19144756224125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176478,"job_number":"JOB_176478","tr_customer_id":176495,"tr_customer_product_id":176485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Caleb Langworth","mobile_number":"679-449-4236","email_id":"Jadyn.Ebert29@gmail.com","dop":"2025-04-06","serial_number":"13432555119457","imei1":"13432555119457","imei2":"13432555119457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176477,"job_number":"JOB_176477","tr_customer_id":176494,"tr_customer_product_id":176484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:04.000Z","name":"Manuela Bosco","mobile_number":"534-607-3873","email_id":"Kieran53@gmail.com","dop":"2025-04-06","serial_number":"16120296697617","imei1":"16120296697617","imei2":"16120296697617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176469,"job_number":"JOB_176469","tr_customer_id":176486,"tr_customer_product_id":176476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:12.000Z","modified_at":"2026-02-04T04:19:52.000Z","name":"Heath Dietrich","mobile_number":"686-211-3178","email_id":"Adan.Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"19785516632411","imei1":"19785516632411","imei2":"19785516632411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176467,"job_number":"JOB_176467","tr_customer_id":176484,"tr_customer_product_id":176474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:05.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Roger Kulas","mobile_number":"386-913-7176","email_id":"Javier_Hansen26@hotmail.com","dop":"2025-04-06","serial_number":"10996378630360","imei1":"10996378630360","imei2":"10996378630360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176465,"job_number":"JOB_176465","tr_customer_id":176482,"tr_customer_product_id":176472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:58.000Z","modified_at":"2026-02-04T04:19:35.000Z","name":"Lempi Ferry","mobile_number":"650-675-4242","email_id":"Martine_Kuhlman78@yahoo.com","dop":"2025-04-06","serial_number":"12999558831053","imei1":"12999558831053","imei2":"12999558831053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176463,"job_number":"JOB_176463","tr_customer_id":176480,"tr_customer_product_id":176470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:19:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15061186077396","imei1":"15061186077396","imei2":"15061186077396","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176461,"job_number":"JOB_176461","tr_customer_id":176478,"tr_customer_product_id":176468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:19:21.000Z","name":"Davion Conroy","mobile_number":"433-789-1714","email_id":"Tyrese79@gmail.com","dop":"2025-04-06","serial_number":"16284035142558","imei1":"16284035142558","imei2":"16284035142558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176460,"job_number":"JOB_176460","tr_customer_id":176477,"tr_customer_product_id":176467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:18:55.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"109725614917318","imei1":"109725614917318","imei2":"109725614917318","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176450,"job_number":"JOB_176450","tr_customer_id":176467,"tr_customer_product_id":176457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:51.000Z","name":"Tomas O'Conner","mobile_number":"864-230-1023","email_id":"Alfonzo_Beier@yahoo.com","dop":"2025-04-06","serial_number":"14681583901262","imei1":"14681583901262","imei2":"14681583901262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176447,"job_number":"JOB_176447","tr_customer_id":176464,"tr_customer_product_id":176454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:31:07.000Z","name":"Alexander Erdman","mobile_number":"923-694-5669","email_id":"Ericka_Mraz98@yahoo.com","dop":"2025-04-06","serial_number":"15454476168298","imei1":"15454476168298","imei2":"15454476168298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176444,"job_number":"JOB_176444","tr_customer_id":176461,"tr_customer_product_id":176451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:30:21.000Z","name":"Malcolm Shields","mobile_number":"800-946-5391","email_id":"Leo_Pouros5@hotmail.com","dop":"2025-04-06","serial_number":"17869032770236","imei1":"17869032770236","imei2":"17869032770236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176440,"job_number":"JOB_176440","tr_customer_id":176457,"tr_customer_product_id":176447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:39.000Z","modified_at":"2026-02-04T03:13:54.000Z","name":"Jacklyn Howe","mobile_number":"640-904-1564","email_id":"Frieda_Towne33@hotmail.com","dop":"2025-05-30","serial_number":"14345045410993","imei1":"14345045410993","imei2":"14345045410993","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176438,"job_number":"JOB_176438","tr_customer_id":176455,"tr_customer_product_id":176445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:42:25.000Z","modified_at":"2026-02-04T03:49:07.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 396ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg3NX0.Ozaeffn8NB2oxqwcZY4v-Mr9Om_it43mpvx8hIrL1TA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 21365166-fac2-4e5a-868a-dc8967c7cbf9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"409-rR2Qt2C9ALoFTskiRFuxRLJOebE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:35.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-04T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg3NX0.Ozaeffn8NB2oxqwcZY4v-Mr9Om_it43mpvx8hIrL1TA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e516d277-6f15-424e-95f1-ac42a4d38fa0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 176746
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 381ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg3NX0.Ozaeffn8NB2oxqwcZY4v-Mr9Om_it43mpvx8hIrL1TA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dbe7524a-585f-4e3f-847d-f1f4dd94adb7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8991ec25-36a2-4f0c-bb67-64d9fc1f6ef5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-bDrKS1OtdbcWc9qRgX0UoaQeesw"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4Nzh9.kaX4RezXBnjMxCTzZFwQblNmd_lGuHpTDqAJ94g8BhY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bf9bc5c6-a015-4a36-a113-0d77b5a7e87c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b3a7d8b-99f0-4f41-a4b6-7f6f9b61b238
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-h7FCHJiBsYTbmViyWTuu7WjD9Bo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":315},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a58eb4e0-0d3a-4627-bcc0-32f83b3defbe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"400-vHUcR4B60JfK/i170R33lhx4nz0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:37.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-04T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 81464cf0-9efc-4e10-ad7a-ff415af6954f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"400-vHUcR4B60JfK/i170R33lhx4nz0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:37.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-04T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cadd090e-6bbd-412c-8f3a-2049714db56b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 176746
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3aedf3e8-3a70-45d9-9074-e7c67d3c8318
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/176746
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NjV9.2VTLGqBSQZ5DFIH4DOOGAXHg77p9ywOK4oF0gpkmeTw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a92be816-3314-459f-9762-886839c63496
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 191a9491-a35a-4500-a1e1-44901181291b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-zwkTwUFjWlgYHoQHXNxIkGzNj9E"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 260ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cabe9e90-01c2-42a3-8b52-f2508f6e39f9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 257ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 12a628c8-7cc1-4499-bae2-c874001448bf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 002b0b7d-6027-497d-a9e3-7fdc7d3e050f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea6640df-b632-420f-bb45-2f0fe8fc064f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 256ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c1310b19-7edb-429d-a6ab-976377832186
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 33c0a0a7-fa81-4b63-bd90-5343178ba45d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-7iomHnbEInTEUmzzJSH1M/gqzrQ"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":315},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 256ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 89ec0e07-4d84-4fcd-a1ef-9e9076b429f6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 503bda69-159d-46a1-bc71-1a36e67e31e9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-7iomHnbEInTEUmzzJSH1M/gqzrQ"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":315},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 643ab0ef-a967-455a-a787-125528e1eddc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 256ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b92dee33-ddd7-4c2f-8a2f-852b347a10fa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 42fabbc2-b608-4f23-87b5-7fb9b6f63a2a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 316ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
randomnumber 699
randomFirstName Esperanza
randomLastName Price
randomEmail Makenzie34@yahoo.com
randomPhone 457-416-3871
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 245308de-ae28-45d0-86ca-164b379b601a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Chaya",
                "last_name": "Hilpert",
                "mobile_number": "503-722-5717",
                "mobile_number_alt": "",
                "email_id": "Nikolas_Schuster@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"33960909414657",
                "imei1": "33960909414657",
                "imei2": "33960909414657",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-nmtXXBK75aRFsLlgwasGY39uDVA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":176764,"tr_customer_product_id":176754,"job_number":"JOB_176747"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 257ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
randomnumber 971
randomFirstName Mayra
randomLastName Kohler
randomEmail Aubree.Collier@gmail.com
randomPhone 413-592-6088
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d6e6342-5b44-43ce-8d4e-7476c7f1599c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Laisha",
                "last_name": "Legros",
                "mobile_number": "315-504-0972",
                "mobile_number_alt": "",
                "email_id": "Chaim_Erdman68@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"36098468400421",
                "imei1": "36098468400421",
                "imei2": "36098468400421",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 258ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4NzF9.I-ys0fsgsvGJGY6gXwURJ1hDKhaOzmfpLznhv5LDcDQ
randomnumber 604
randomFirstName Jameson
randomLastName Farrell
randomEmail Lisette68@hotmail.com
randomPhone 816-923-0898
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2ef7b9e5-edde-407e-b47f-028a7ddc1dc9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Patricia",
                "last_name": "Padberg",
                "mobile_number": "546-690-5450",
                "mobile_number_alt": "",
                "email_id": "Jermey56@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"12956665277972",
                "imei1": "12956665277972",
                "imei2": "12956665277972",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 257ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
randomnumber 564
randomFirstName Aaliyah
randomLastName Collins
randomEmail Aleen.Stiedemann2@yahoo.com
randomPhone 336-756-7893
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e59dc417-2a71-4f74-9432-0904fd13e4e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 258ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
randomnumber 98
randomFirstName Lia
randomLastName Dickinson
randomEmail Blaise_Zieme@gmail.com
randomPhone 729-834-1616
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f845e7c0-4348-4dcf-a595-34f01c1dcaf4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1034
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Mabel",
                "last_name": "Corwin",
                "mobile_number": "360-428-0806",
                "mobile_number_alt": "",
                "email_id": "Brooke75@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000777",
                "imei1": "100000777",
                "imei2": "100000777",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 256ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
randomnumber 184
randomFirstName Hollie
randomLastName Harvey
randomEmail Hattie5@yahoo.com
randomPhone 505-664-0248
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ec8672db-2e57-415d-95d9-9c75d8839a9d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1695dc41-4b0c-4396-adb4-3f7bbc458544
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-TfpMNE8QkiMIvtmuzIcgmBKoI6E"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":316},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 382ms
Mean size per request: 306.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c4eec8ab-470e-4b03-9800-40b5fa91b52b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4c9b3-2kuy4HL9BA4O/RIw91MXYkVtpHI"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:44.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:39.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:24.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176707,"job_number":"JOB_176707","tr_customer_id":176724,"tr_customer_product_id":176714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18637583578491","imei1":"18637583578491","imei2":"18637583578491","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176631,"job_number":"JOB_176631","tr_customer_id":176648,"tr_customer_product_id":176638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Mason Champlin","mobile_number":"298-655-8960","email_id":"Claud.Nader@hotmail.com","dop":"2025-12-31","serial_number":"10724430596009","imei1":"10724430596009","imei2":"10724430596009","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176612,"job_number":"JOB_176612","tr_customer_id":176629,"tr_customer_product_id":176619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:08.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Aileen Gleason","mobile_number":"557-611-8420","email_id":"Ernesto64@hotmail.com","dop":"2025-12-31","serial_number":"10601215488525","imei1":"10601215488525","imei2":"10601215488525","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176607,"job_number":"JOB_176607","tr_customer_id":176624,"tr_customer_product_id":176614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Beatrice Ankunding","mobile_number":"240-612-6333","email_id":"Zella_Goldner@hotmail.com","dop":"2025-06-09","serial_number":"101601397974637","imei1":"101601397974637","imei2":"101601397974637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176596,"job_number":"JOB_176596","tr_customer_id":176613,"tr_customer_product_id":176603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:54.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Alba Ernser","mobile_number":"394-818-6472","email_id":"Devonte_Murray9@hotmail.com","dop":"2025-12-31","serial_number":"10752370154491","imei1":"10752370154491","imei2":"10752370154491","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176592,"job_number":"JOB_176592","tr_customer_id":176609,"tr_customer_product_id":176599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Colin Borer","mobile_number":"928-840-3184","email_id":"Johann14@yahoo.com","dop":"2025-06-09","serial_number":"107220114783683","imei1":"107220114783683","imei2":"107220114783683","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176563,"job_number":"JOB_176563","tr_customer_id":176580,"tr_customer_product_id":176570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Jordane Bradtke","mobile_number":"215-512-5077","email_id":"Dale_Feeney@gmail.com","dop":"2025-06-09","serial_number":"107221785345255","imei1":"107221785345255","imei2":"107221785345255","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176548,"job_number":"JOB_176548","tr_customer_id":176565,"tr_customer_product_id":176555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:24.000Z","modified_at":"2026-02-04T04:20:34.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11056966371513","imei1":"11056966371513","imei2":"11056966371513","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176533,"job_number":"JOB_176533","tr_customer_id":176550,"tr_customer_product_id":176540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Velda Wintheiser","mobile_number":"854-858-7413","email_id":"Benton.Heaney33@yahoo.com","dop":"2025-10-01","serial_number":"17987415519575","imei1":"17987415519575","imei2":"17987415519575","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176490,"job_number":"JOB_176490","tr_customer_id":176507,"tr_customer_product_id":176497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"giyu tomiaka","mobile_number":"342-645-9031","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"215126527489909","imei1":"215126527489909","imei2":"215126527489909","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176479,"job_number":"JOB_176479","tr_customer_id":176496,"tr_customer_product_id":176486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:36.000Z","name":"tanjiro kamado","mobile_number":"348-743-7546","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"753371029945637","imei1":"753371029945637","imei2":"753371029945637","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176471,"job_number":"JOB_176471","tr_customer_id":176488,"tr_customer_product_id":176478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:15.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"saitama sensei","mobile_number":"941-837-0590","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"622751869803208","imei1":"622751869803208","imei2":"622751869803208","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176434,"job_number":"JOB_176434","tr_customer_id":176451,"tr_customer_product_id":176441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:48:25.000Z","modified_at":"2026-02-04T03:39:11.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789054","imei1":"98765678956789054","imei2":"98765678956789054","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176737,"job_number":"JOB_176737","tr_customer_id":176754,"tr_customer_product_id":176744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:41:30.000Z","name":"Hector O'Reilly","mobile_number":"277-472-9194","email_id":"Aimee_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"12884807685364","imei1":"12884807685364","imei2":"12884807685364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176734,"job_number":"JOB_176734","tr_customer_id":176751,"tr_customer_product_id":176741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:47.000Z","name":"Jolie Gerhold","mobile_number":"393-723-5212","email_id":"Birdie_Berge@yahoo.com","dop":"2025-04-06","serial_number":"16652722179689","imei1":"16652722179689","imei2":"16652722179689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176731,"job_number":"JOB_176731","tr_customer_id":176748,"tr_customer_product_id":176738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:40:04.000Z","name":"Dane Kuvalis","mobile_number":"811-824-8551","email_id":"Aletha.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"15631790507869","imei1":"15631790507869","imei2":"15631790507869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176728,"job_number":"JOB_176728","tr_customer_id":176745,"tr_customer_product_id":176735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:55.000Z","modified_at":"2026-02-04T05:30:39.000Z","name":"Freeman Herman","mobile_number":"263-675-8461","email_id":"Maryjane33@hotmail.com","dop":"2025-04-06","serial_number":"13961623298627","imei1":"13961623298627","imei2":"13961623298627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176726,"job_number":"JOB_176726","tr_customer_id":176743,"tr_customer_product_id":176733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:29.000Z","modified_at":"2026-02-04T05:30:04.000Z","name":"Immanuel McClure","mobile_number":"812-833-9513","email_id":"Viola.Bayer93@gmail.com","dop":"2025-04-06","serial_number":"15209066711525","imei1":"15209066711525","imei2":"15209066711525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176723,"job_number":"JOB_176723","tr_customer_id":176740,"tr_customer_product_id":176730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:55.000Z","modified_at":"2026-02-04T05:12:04.000Z","name":"Jeffrey Sauer","mobile_number":"809-750-0216","email_id":"Ronny28@gmail.com","dop":"2025-07-01","serial_number":"101214711385421","imei1":"101214711385421","imei2":"101214711385421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:12:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176721,"job_number":"JOB_176721","tr_customer_id":176738,"tr_customer_product_id":176728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:52.000Z","name":"Marta Nitzsche","mobile_number":"876-939-2221","email_id":"Addie_Boyle@yahoo.com","dop":"2025-07-01","serial_number":"108027526968959","imei1":"108027526968959","imei2":"108027526968959","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176718,"job_number":"JOB_176718","tr_customer_id":176735,"tr_customer_product_id":176725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:08:03.000Z","name":"Jarvis Nienow","mobile_number":"837-409-7971","email_id":"Maximilian.Beatty@gmail.com","dop":"2025-04-06","serial_number":"17271331175318","imei1":"17271331175318","imei2":"17271331175318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:08:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176713,"job_number":"JOB_176713","tr_customer_id":176730,"tr_customer_product_id":176720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:41.000Z","modified_at":"2026-02-04T05:07:19.000Z","name":"Chelsea Lockman","mobile_number":"280-990-6465","email_id":"Grady.Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"11667111239684","imei1":"11667111239684","imei2":"11667111239684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:07:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176710,"job_number":"JOB_176710","tr_customer_id":176727,"tr_customer_product_id":176717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:06:33.000Z","name":"Ayana Lakin","mobile_number":"621-885-5581","email_id":"Ezequiel91@yahoo.com","dop":"2025-04-06","serial_number":"15193799837989","imei1":"15193799837989","imei2":"15193799837989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176706,"job_number":"JOB_176706","tr_customer_id":176723,"tr_customer_product_id":176713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:46:06.000Z","name":"Kadin West","mobile_number":"840-867-0446","email_id":"Claude.Bins@gmail.com","dop":"2025-10-21","serial_number":"14969654966893","imei1":"14969654966893","imei2":"14969654966893","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176704,"job_number":"JOB_176704","tr_customer_id":176721,"tr_customer_product_id":176711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:40.000Z","name":"Lauretta Sporer","mobile_number":"580-663-6430","email_id":"Elmore_Klocko35@yahoo.com","dop":"2025-10-21","serial_number":"10730403025821","imei1":"10730403025821","imei2":"10730403025821","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176702,"job_number":"JOB_176702","tr_customer_id":176719,"tr_customer_product_id":176709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:45:21.000Z","name":"Jodie Abbott","mobile_number":"457-258-9604","email_id":"Lindsay.OKon12@hotmail.com","dop":"2025-10-21","serial_number":"14391136364330","imei1":"14391136364330","imei2":"14391136364330","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176700,"job_number":"JOB_176700","tr_customer_id":176717,"tr_customer_product_id":176707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:13.000Z","modified_at":"2026-02-04T04:44:53.000Z","name":"Karley Glover","mobile_number":"583-213-0873","email_id":"Daniella.Schuster@yahoo.com","dop":"2025-10-21","serial_number":"11218951587295","imei1":"11218951587295","imei2":"11218951587295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176698,"job_number":"JOB_176698","tr_customer_id":176715,"tr_customer_product_id":176705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:44:37.000Z","name":"Travis Flatley","mobile_number":"940-690-9471","email_id":"Kaela11@yahoo.com","dop":"2025-10-21","serial_number":"11476097854053","imei1":"11476097854053","imei2":"11476097854053","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176696,"job_number":"JOB_176696","tr_customer_id":176713,"tr_customer_product_id":176703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:44:05.000Z","name":"Felton Dibbert","mobile_number":"506-453-4330","email_id":"Carlie.Brakus79@gmail.com","dop":"2025-10-21","serial_number":"14267430442700","imei1":"14267430442700","imei2":"14267430442700","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176688,"job_number":"JOB_176688","tr_customer_id":176705,"tr_customer_product_id":176695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45047521778037","imei1":"45047521778037","imei2":"45047521778037","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176681,"job_number":"JOB_176681","tr_customer_id":176698,"tr_customer_product_id":176688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:26:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91800988010490","imei1":"91800988010490","imei2":"91800988010490","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176674,"job_number":"JOB_176674","tr_customer_id":176691,"tr_customer_product_id":176681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:12.000Z","modified_at":"2026-02-04T04:25:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32339119836277","imei1":"32339119836277","imei2":"32339119836277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176666,"job_number":"JOB_176666","tr_customer_id":176683,"tr_customer_product_id":176673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:56.000Z","name":"Jaycee Weissnat","mobile_number":"645-853-3263","email_id":"Hipolito.Shields@hotmail.com","dop":"2025-04-06","serial_number":"11349614812034","imei1":"11349614812034","imei2":"11349614812034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176663,"job_number":"JOB_176663","tr_customer_id":176680,"tr_customer_product_id":176670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:52.000Z","name":"Akeem Walker","mobile_number":"746-584-9495","email_id":"Brandy_McClure@hotmail.com","dop":"2025-04-06","serial_number":"14927185654416","imei1":"14927185654416","imei2":"14927185654416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176660,"job_number":"JOB_176660","tr_customer_id":176677,"tr_customer_product_id":176667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:05.000Z","modified_at":"2026-02-04T04:22:45.000Z","name":"Mark Effertz","mobile_number":"350-461-3813","email_id":"Ricky.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10581145820709","imei1":"10581145820709","imei2":"10581145820709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176657,"job_number":"JOB_176657","tr_customer_id":176674,"tr_customer_product_id":176664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:57.000Z","modified_at":"2026-02-04T04:22:36.000Z","name":"Madison VonRueden","mobile_number":"214-337-0465","email_id":"Edmund_Witting54@yahoo.com","dop":"2025-04-06","serial_number":"10636638989526","imei1":"10636638989526","imei2":"10636638989526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176653,"job_number":"JOB_176653","tr_customer_id":176670,"tr_customer_product_id":176660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:22:26.000Z","name":"Lulu Legros","mobile_number":"474-470-7038","email_id":"Corene_Cummings@yahoo.com","dop":"2025-04-06","serial_number":"15778525443796","imei1":"15778525443796","imei2":"15778525443796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176651,"job_number":"JOB_176651","tr_customer_id":176668,"tr_customer_product_id":176658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:45.000Z","modified_at":"2026-02-04T04:22:24.000Z","name":"Boris O'Conner","mobile_number":"320-517-7243","email_id":"Timmothy35@gmail.com","dop":"2025-04-06","serial_number":"15134246549164","imei1":"15134246549164","imei2":"15134246549164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176647,"job_number":"JOB_176647","tr_customer_id":176664,"tr_customer_product_id":176654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Tyler Bartell","mobile_number":"993-851-2235","email_id":"Buster_Wiegand98@yahoo.com","dop":"2025-12-31","serial_number":"100481880007908","imei1":"100481880007908","imei2":"100481880007908","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176646,"job_number":"JOB_176646","tr_customer_id":176663,"tr_customer_product_id":176653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Imelda Sporer","mobile_number":"467-208-1770","email_id":"Darby76@hotmail.com","dop":"2025-04-06","serial_number":"19855385035594","imei1":"19855385035594","imei2":"19855385035594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176643,"job_number":"JOB_176643","tr_customer_id":176660,"tr_customer_product_id":176650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Alize Cummerata","mobile_number":"537-475-2296","email_id":"Lenna6@yahoo.com","dop":"2025-04-06","serial_number":"13404526723400","imei1":"13404526723400","imei2":"13404526723400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176640,"job_number":"JOB_176640","tr_customer_id":176657,"tr_customer_product_id":176647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:27.000Z","modified_at":"2026-02-04T04:22:08.000Z","name":"Jaida Maggio","mobile_number":"903-530-2435","email_id":"Gabriel.Hermann17@gmail.com","dop":"2025-04-06","serial_number":"13259064261692","imei1":"13259064261692","imei2":"13259064261692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176637,"job_number":"JOB_176637","tr_customer_id":176654,"tr_customer_product_id":176644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:25.000Z","modified_at":"2026-02-04T04:22:04.000Z","name":"Norberto Runolfsdottir","mobile_number":"548-472-7044","email_id":"Jalyn97@hotmail.com","dop":"2025-04-06","serial_number":"14380539441000","imei1":"14380539441000","imei2":"14380539441000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176632,"job_number":"JOB_176632","tr_customer_id":176649,"tr_customer_product_id":176639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:22:00.000Z","name":"Eldon Hyatt","mobile_number":"866-247-2632","email_id":"Jermain.Paucek83@gmail.com","dop":"2025-04-06","serial_number":"18038909573236","imei1":"18038909573236","imei2":"18038909573236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176630,"job_number":"JOB_176630","tr_customer_id":176647,"tr_customer_product_id":176637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Omari Hudson","mobile_number":"956-243-1356","email_id":"Litzy_Kessler@gmail.com","dop":"2025-04-06","serial_number":"11886888319383","imei1":"11886888319383","imei2":"11886888319383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176627,"job_number":"JOB_176627","tr_customer_id":176644,"tr_customer_product_id":176634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Jacklyn Moore","mobile_number":"424-776-3938","email_id":"Priscilla.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"11561317396566","imei1":"11561317396566","imei2":"11561317396566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176624,"job_number":"JOB_176624","tr_customer_id":176641,"tr_customer_product_id":176631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:57.000Z","name":"Joseph Konopelski","mobile_number":"421-449-8370","email_id":"Armando25@yahoo.com","dop":"2000-01-31","serial_number":"10188435582939","imei1":"10188435582939","imei2":"10188435582939","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176620,"job_number":"JOB_176620","tr_customer_id":176637,"tr_customer_product_id":176627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:51.000Z","name":"Mattie Gibson","mobile_number":"855-649-3783","email_id":"Alberta_Crona@yahoo.com","dop":"2025-04-06","serial_number":"10011580042402","imei1":"10011580042402","imei2":"10011580042402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176618,"job_number":"JOB_176618","tr_customer_id":176635,"tr_customer_product_id":176625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Darrion Hessel","mobile_number":"520-797-7761","email_id":"Andreanne_Bayer60@hotmail.com","dop":"2026-01-04","serial_number":"17133369098001","imei1":"17133369098001","imei2":"17133369098001","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176615,"job_number":"JOB_176615","tr_customer_id":176632,"tr_customer_product_id":176622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:49.000Z","name":"Magali Bartell","mobile_number":"815-664-3422","email_id":"Lacey_Wolf75@gmail.com","dop":"2025-04-06","serial_number":"10883674573988","imei1":"10883674573988","imei2":"10883674573988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176611,"job_number":"JOB_176611","tr_customer_id":176628,"tr_customer_product_id":176618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:48.000Z","name":"Myrna Stiedemann","mobile_number":"998-571-1838","email_id":"Merle8@gmail.com","dop":"2025-04-06","serial_number":"16520062757714","imei1":"16520062757714","imei2":"16520062757714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176602,"job_number":"JOB_176602","tr_customer_id":176619,"tr_customer_product_id":176609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:38.000Z","name":"Nico Jast","mobile_number":"647-663-0902","email_id":"Consuelo93@yahoo.com","dop":"2025-04-06","serial_number":"14907914450534","imei1":"14907914450534","imei2":"14907914450534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176600,"job_number":"JOB_176600","tr_customer_id":176617,"tr_customer_product_id":176607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:37.000Z","name":"Chelsea Ward","mobile_number":"886-889-8769","email_id":"Nelda.Cummerata27@hotmail.com","dop":"2025-04-06","serial_number":"11794836586046","imei1":"11794836586046","imei2":"11794836586046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176598,"job_number":"JOB_176598","tr_customer_id":176615,"tr_customer_product_id":176605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:21:34.000Z","name":"Jennings Gaylord","mobile_number":"232-663-6014","email_id":"Rossie.Carter@hotmail.com","dop":"2025-04-06","serial_number":"13344060642110","imei1":"13344060642110","imei2":"13344060642110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176590,"job_number":"JOB_176590","tr_customer_id":176607,"tr_customer_product_id":176597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Kadin Kuvalis","mobile_number":"487-530-8797","email_id":"Kelli.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"18766100481755","imei1":"18766100481755","imei2":"18766100481755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176588,"job_number":"JOB_176588","tr_customer_id":176605,"tr_customer_product_id":176595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hope Jacobson","mobile_number":"865-394-4003","email_id":"Lisette.Olson@gmail.com","dop":"2025-12-31","serial_number":"106871290318209","imei1":"106871290318209","imei2":"106871290318209","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176585,"job_number":"JOB_176585","tr_customer_id":176602,"tr_customer_product_id":176592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"Dora Bartoletti","mobile_number":"502-851-1749","email_id":"Margarett.Lehner8@yahoo.com","dop":"2025-04-06","serial_number":"19184649271816","imei1":"19184649271816","imei2":"19184649271816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176578,"job_number":"JOB_176578","tr_customer_id":176595,"tr_customer_product_id":176585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Leonora Harris","mobile_number":"366-298-2180","email_id":"Reginald_Harvey32@gmail.com","dop":"2025-04-06","serial_number":"14166113325691","imei1":"14166113325691","imei2":"14166113325691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176577,"job_number":"JOB_176577","tr_customer_id":176594,"tr_customer_product_id":176584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Rosalee Pfeffer","mobile_number":"908-751-7700","email_id":"Colleen.Haag@hotmail.com","dop":"2025-04-06","serial_number":"13303380654586","imei1":"13303380654586","imei2":"13303380654586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176575,"job_number":"JOB_176575","tr_customer_id":176592,"tr_customer_product_id":176582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Josephine McGlynn","mobile_number":"250-673-0476","email_id":"Kenyatta.Hills@yahoo.com","dop":"2025-04-06","serial_number":"13930670768311","imei1":"13930670768311","imei2":"13930670768311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176572,"job_number":"JOB_176572","tr_customer_id":176589,"tr_customer_product_id":176579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Terrence Macejkovic","mobile_number":"443-308-3109","email_id":"Khalil.Huel87@yahoo.com","dop":"2025-04-06","serial_number":"16142756577747","imei1":"16142756577747","imei2":"16142756577747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176571,"job_number":"JOB_176571","tr_customer_id":176588,"tr_customer_product_id":176578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"Wilford O'Reilly","mobile_number":"304-299-7620","email_id":"Verdie_Ernser22@gmail.com","dop":"2025-04-06","serial_number":"12923973784175","imei1":"12923973784175","imei2":"12923973784175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176558,"job_number":"JOB_176558","tr_customer_id":176575,"tr_customer_product_id":176565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:29.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Rupert Marks","mobile_number":"433-894-6883","email_id":"Arvel47@yahoo.com","dop":"2026-01-04","serial_number":"11748295611128","imei1":"11748295611128","imei2":"11748295611128","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176556,"job_number":"JOB_176556","tr_customer_id":176574,"tr_customer_product_id":176564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:06.000Z","name":"Brianne Rath","mobile_number":"478-778-0715","email_id":"Ardith_Kshlerin@gmail.com","dop":"2025-04-06","serial_number":"16815796580165","imei1":"16815796580165","imei2":"16815796580165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176555,"job_number":"JOB_176555","tr_customer_id":176572,"tr_customer_product_id":176562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:08.000Z","name":"Chauncey O'Conner","mobile_number":"516-853-3932","email_id":"Justyn28@gmail.com","dop":"2000-01-31","serial_number":"10833219659521","imei1":"10833219659521","imei2":"10833219659521","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176551,"job_number":"JOB_176551","tr_customer_id":176568,"tr_customer_product_id":176558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Nikko Macejkovic","mobile_number":"288-671-7616","email_id":"Sarah_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"17550298443603","imei1":"17550298443603","imei2":"17550298443603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176544,"job_number":"JOB_176544","tr_customer_id":176561,"tr_customer_product_id":176551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:21:01.000Z","name":"Matteo Von","mobile_number":"342-973-4987","email_id":"Eloy.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"14363441597170","imei1":"14363441597170","imei2":"14363441597170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176540,"job_number":"JOB_176540","tr_customer_id":176557,"tr_customer_product_id":176547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Schuyler Hoppe","mobile_number":"930-807-2439","email_id":"Houston_Cummerata80@hotmail.com","dop":"2025-04-06","serial_number":"13502789387231","imei1":"13502789387231","imei2":"13502789387231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176538,"job_number":"JOB_176538","tr_customer_id":176555,"tr_customer_product_id":176545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:55.000Z","name":"Pearline Kihn","mobile_number":"255-593-5668","email_id":"Imani.Gaylord52@gmail.com","dop":"2025-06-18","serial_number":"10091836493480","imei1":"10091836493480","imei2":"10091836493480","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176531,"job_number":"JOB_176531","tr_customer_id":176548,"tr_customer_product_id":176538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Cordelia Pagac","mobile_number":"239-949-3442","email_id":"Drew.McDermott75@hotmail.com","dop":"2025-04-06","serial_number":"15956594608157","imei1":"15956594608157","imei2":"15956594608157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176527,"job_number":"JOB_176527","tr_customer_id":176544,"tr_customer_product_id":176534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Guy Waelchi","mobile_number":"860-293-8876","email_id":"Laurianne65@hotmail.com","dop":"2025-04-06","serial_number":"18283687641171","imei1":"18283687641171","imei2":"18283687641171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176525,"job_number":"JOB_176525","tr_customer_id":176542,"tr_customer_product_id":176532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Brain Davis","mobile_number":"404-311-6308","email_id":"Carleton.Frami@gmail.com","dop":"2025-04-06","serial_number":"13788542844415","imei1":"13788542844415","imei2":"13788542844415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176521,"job_number":"JOB_176521","tr_customer_id":176538,"tr_customer_product_id":176528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:39.000Z","name":"Darien Harber","mobile_number":"578-548-5280","email_id":"Raphaelle9@hotmail.com","dop":"2025-04-06","serial_number":"10290669186276","imei1":"10290669186276","imei2":"10290669186276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176519,"job_number":"JOB_176519","tr_customer_id":176536,"tr_customer_product_id":176526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"Allison Marks","mobile_number":"884-237-9590","email_id":"Cleta_Muller22@gmail.com","dop":"2025-12-31","serial_number":"109515920782283","imei1":"109515920782283","imei2":"109515920782283","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176514,"job_number":"JOB_176514","tr_customer_id":176531,"tr_customer_product_id":176521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Eli Kessler","mobile_number":"956-289-0988","email_id":"Kari41@hotmail.com","dop":"2025-04-06","serial_number":"11459773787837","imei1":"11459773787837","imei2":"11459773787837","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176512,"job_number":"JOB_176512","tr_customer_id":176529,"tr_customer_product_id":176519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Austen Bednar","mobile_number":"528-379-5549","email_id":"Hillard_Herzog96@gmail.com","dop":"2025-04-06","serial_number":"10871636493226","imei1":"10871636493226","imei2":"10871636493226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176510,"job_number":"JOB_176510","tr_customer_id":176527,"tr_customer_product_id":176517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Josefina Jacobi","mobile_number":"556-838-4841","email_id":"Werner18@yahoo.com","dop":"2025-04-06","serial_number":"10425319190950","imei1":"10425319190950","imei2":"10425319190950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176507,"job_number":"JOB_176507","tr_customer_id":176524,"tr_customer_product_id":176514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:47.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Kenton Ferry","mobile_number":"884-933-8543","email_id":"Lamont_Langosh30@yahoo.com","dop":"2025-04-06","serial_number":"16554706441120","imei1":"16554706441120","imei2":"16554706441120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176505,"job_number":"JOB_176505","tr_customer_id":176522,"tr_customer_product_id":176512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Mckayla Welch","mobile_number":"380-580-9472","email_id":"Jabari.Thompson94@gmail.com","dop":"2026-01-04","serial_number":"11242668530788","imei1":"11242668530788","imei2":"11242668530788","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176500,"job_number":"JOB_176500","tr_customer_id":176517,"tr_customer_product_id":176507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Troy Kassulke","mobile_number":"429-334-2416","email_id":"Demarcus.Blick80@gmail.com","dop":"2025-04-06","serial_number":"14635670377565","imei1":"14635670377565","imei2":"14635670377565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176497,"job_number":"JOB_176497","tr_customer_id":176514,"tr_customer_product_id":176504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:42.000Z","modified_at":"2026-02-04T04:19:58.000Z","name":"Rozella O'Keefe","mobile_number":"917-931-9949","email_id":"Wendell_Nikolaus@gmail.com","dop":"2025-05-30","serial_number":"11193339772390","imei1":"11193339772390","imei2":"11193339772390","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176495,"job_number":"JOB_176495","tr_customer_id":176512,"tr_customer_product_id":176502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:40.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Alberto Lemke","mobile_number":"548-215-8611","email_id":"Federico60@gmail.com","dop":"2000-01-31","serial_number":"10674023106755","imei1":"10674023106755","imei2":"10674023106755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176491,"job_number":"JOB_176491","tr_customer_id":176508,"tr_customer_product_id":176498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Deron Steuber","mobile_number":"706-377-0411","email_id":"Florencio_Reichel@hotmail.com","dop":"2025-06-18","serial_number":"10925752725743","imei1":"10925752725743","imei2":"10925752725743","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176488,"job_number":"JOB_176488","tr_customer_id":176505,"tr_customer_product_id":176495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:17.000Z","name":"Rhea Torp","mobile_number":"440-835-2133","email_id":"Enid.Durgan42@yahoo.com","dop":"2025-04-06","serial_number":"19804852871248","imei1":"19804852871248","imei2":"19804852871248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176484,"job_number":"JOB_176484","tr_customer_id":176501,"tr_customer_product_id":176491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Tara Dooley","mobile_number":"230-744-5516","email_id":"Patsy.Collier25@gmail.com","dop":"2025-04-06","serial_number":"12429138110066","imei1":"12429138110066","imei2":"12429138110066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176483,"job_number":"JOB_176483","tr_customer_id":176500,"tr_customer_product_id":176490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Alessandro Purdy","mobile_number":"342-728-6130","email_id":"Cleveland33@gmail.com","dop":"2025-04-06","serial_number":"19144756224125","imei1":"19144756224125","imei2":"19144756224125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176478,"job_number":"JOB_176478","tr_customer_id":176495,"tr_customer_product_id":176485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Caleb Langworth","mobile_number":"679-449-4236","email_id":"Jadyn.Ebert29@gmail.com","dop":"2025-04-06","serial_number":"13432555119457","imei1":"13432555119457","imei2":"13432555119457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176477,"job_number":"JOB_176477","tr_customer_id":176494,"tr_customer_product_id":176484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:04.000Z","name":"Manuela Bosco","mobile_number":"534-607-3873","email_id":"Kieran53@gmail.com","dop":"2025-04-06","serial_number":"16120296697617","imei1":"16120296697617","imei2":"16120296697617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176469,"job_number":"JOB_176469","tr_customer_id":176486,"tr_customer_product_id":176476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:12.000Z","modified_at":"2026-02-04T04:19:52.000Z","name":"Heath Dietrich","mobile_number":"686-211-3178","email_id":"Adan.Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"19785516632411","imei1":"19785516632411","imei2":"19785516632411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176467,"job_number":"JOB_176467","tr_customer_id":176484,"tr_customer_product_id":176474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:05.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Roger Kulas","mobile_number":"386-913-7176","email_id":"Javier_Hansen26@hotmail.com","dop":"2025-04-06","serial_number":"10996378630360","imei1":"10996378630360","imei2":"10996378630360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176465,"job_number":"JOB_176465","tr_customer_id":176482,"tr_customer_product_id":176472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:58.000Z","modified_at":"2026-02-04T04:19:35.000Z","name":"Lempi Ferry","mobile_number":"650-675-4242","email_id":"Martine_Kuhlman78@yahoo.com","dop":"2025-04-06","serial_number":"12999558831053","imei1":"12999558831053","imei2":"12999558831053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176463,"job_number":"JOB_176463","tr_customer_id":176480,"tr_customer_product_id":176470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:19:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15061186077396","imei1":"15061186077396","imei2":"15061186077396","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176461,"job_number":"JOB_176461","tr_customer_id":176478,"tr_customer_product_id":176468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:19:21.000Z","name":"Davion Conroy","mobile_number":"433-789-1714","email_id":"Tyrese79@gmail.com","dop":"2025-04-06","serial_number":"16284035142558","imei1":"16284035142558","imei2":"16284035142558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176460,"job_number":"JOB_176460","tr_customer_id":176477,"tr_customer_product_id":176467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:18:55.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"109725614917318","imei1":"109725614917318","imei2":"109725614917318","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176450,"job_number":"JOB_176450","tr_customer_id":176467,"tr_customer_product_id":176457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:51.000Z","name":"Tomas O'Conner","mobile_number":"864-230-1023","email_id":"Alfonzo_Beier@yahoo.com","dop":"2025-04-06","serial_number":"14681583901262","imei1":"14681583901262","imei2":"14681583901262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176447,"job_number":"JOB_176447","tr_customer_id":176464,"tr_customer_product_id":176454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:31:07.000Z","name":"Alexander Erdman","mobile_number":"923-694-5669","email_id":"Ericka_Mraz98@yahoo.com","dop":"2025-04-06","serial_number":"15454476168298","imei1":"15454476168298","imei2":"15454476168298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176444,"job_number":"JOB_176444","tr_customer_id":176461,"tr_customer_product_id":176451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:30:21.000Z","name":"Malcolm Shields","mobile_number":"800-946-5391","email_id":"Leo_Pouros5@hotmail.com","dop":"2025-04-06","serial_number":"17869032770236","imei1":"17869032770236","imei2":"17869032770236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176440,"job_number":"JOB_176440","tr_customer_id":176457,"tr_customer_product_id":176447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:39.000Z","modified_at":"2026-02-04T03:13:54.000Z","name":"Jacklyn Howe","mobile_number":"640-904-1564","email_id":"Frieda_Towne33@hotmail.com","dop":"2025-05-30","serial_number":"14345045410993","imei1":"14345045410993","imei2":"14345045410993","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176438,"job_number":"JOB_176438","tr_customer_id":176455,"tr_customer_product_id":176445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:42:25.000Z","modified_at":"2026-02-04T03:49:07.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 72cb0282-99b3-41fd-9fac-38d58dd19b08
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/176747
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 689719c1-043f-4378-a774-d98eaf838b51
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fba068e4-d6f6-436c-a136-0cf69f3d2842
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-U14ZtZpOE7IJHqGOJ98qJRwD/+w"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODZ9.knaXcaiBm5--u7qZhdC9809yy0X66hPdP74Z_cuwE1c"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODZ9.knaXcaiBm5--u7qZhdC9809yy0X66hPdP74Z_cuwE1c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62347c1d-1216-468d-a2ba-1ca52798a8be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODZ9.knaXcaiBm5--u7qZhdC9809yy0X66hPdP74Z_cuwE1c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 09cdebde-e3cc-4f19-a034-747ddae9b61e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-Lt6sjTUaIYLijmWnUnEtBuaTlTA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":241},{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 298ms
Mean size per request: 234.07KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a5e95ed4-8dcd-4ab4-b048-3613d3daf71c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3a847-LUjcyhvX+9+4/glVCYzYDeJoglE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176389,"job_number":"JOB_176389","tr_customer_id":176406,"tr_customer_product_id":176396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:11:26.000Z","modified_at":"2026-02-03T20:11:26.000Z","name":"Swapnil Jade","mobile_number":"9966332211","email_id":"qa.swapnil1910@gmail.com","dop":"2026-01-31","serial_number":"68944645691505","imei1":"68944645691505","imei2":"68944645691505","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176396,"job_number":"JOB_176396","tr_customer_id":176413,"tr_customer_product_id":176403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:03:50.000Z","modified_at":"2026-02-03T21:03:50.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-29","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-29T21:03:49.114052473Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176398,"job_number":"JOB_176398","tr_customer_id":176415,"tr_customer_product_id":176405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Opal Ruecker","mobile_number":"251-483-1714","email_id":"Elroy.Hudson42@gmail.com","dop":"2025-09-09","serial_number":"14282297788225","imei1":"14282297788225","imei2":"14282297788225","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176399,"job_number":"JOB_176399","tr_customer_id":176416,"tr_customer_product_id":176406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Dean Hilll","mobile_number":"658-209-3971","email_id":"Esta16@gmail.com","dop":"2025-09-09","serial_number":"14610684792103","imei1":"14610684792103","imei2":"14610684792103","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176401,"job_number":"JOB_176401","tr_customer_id":176418,"tr_customer_product_id":176408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Antonetta Harris","mobile_number":"553-452-6028","email_id":"Dorcas60@hotmail.com","dop":"2025-09-09","serial_number":"14013214787670","imei1":"14013214787670","imei2":"14013214787670","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176402,"job_number":"JOB_176402","tr_customer_id":176419,"tr_customer_product_id":176409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Isadore Macejkovic","mobile_number":"313-497-7048","email_id":"Angelica0@hotmail.com","dop":"2025-09-09","serial_number":"15844120424251","imei1":"15844120424251","imei2":"15844120424251","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176404,"job_number":"JOB_176404","tr_customer_id":176421,"tr_customer_product_id":176411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Amber Rau","mobile_number":"392-636-4909","email_id":"Albin12@hotmail.com","dop":"2025-09-09","serial_number":"11767463548298","imei1":"11767463548298","imei2":"11767463548298","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176405,"job_number":"JOB_176405","tr_customer_id":176422,"tr_customer_product_id":176412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Conrad Ledner","mobile_number":"903-496-9794","email_id":"Lavon_Muller8@hotmail.com","dop":"2025-09-09","serial_number":"16232199230604","imei1":"16232199230604","imei2":"16232199230604","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176409,"job_number":"JOB_176409","tr_customer_id":176426,"tr_customer_product_id":176416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Adrienne Howe","mobile_number":"578-995-6970","email_id":"Kylee.Cormier@yahoo.com","dop":"2025-09-09","serial_number":"19854642348896","imei1":"19854642348896","imei2":"19854642348896","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176410,"job_number":"JOB_176410","tr_customer_id":176427,"tr_customer_product_id":176417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Jerry Breitenberg","mobile_number":"676-561-5164","email_id":"Enrico.Grant@yahoo.com","dop":"2025-09-09","serial_number":"16458607835989","imei1":"16458607835989","imei2":"16458607835989","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176412,"job_number":"JOB_176412","tr_customer_id":176429,"tr_customer_product_id":176419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Eino Corwin","mobile_number":"777-828-5531","email_id":"Ulises.Powlowski46@gmail.com","dop":"2025-09-09","serial_number":"14275254147122","imei1":"14275254147122","imei2":"14275254147122","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176413,"job_number":"JOB_176413","tr_customer_id":176430,"tr_customer_product_id":176420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Gianni O'Connell","mobile_number":"671-987-2923","email_id":"Elnora.Haag@yahoo.com","dop":"2025-09-09","serial_number":"18491089771435","imei1":"18491089771435","imei2":"18491089771435","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176415,"job_number":"JOB_176415","tr_customer_id":176432,"tr_customer_product_id":176422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Shea Cummings","mobile_number":"930-213-8390","email_id":"Jamel79@gmail.com","dop":"2025-09-09","serial_number":"18083203531400","imei1":"18083203531400","imei2":"18083203531400","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176416,"job_number":"JOB_176416","tr_customer_id":176433,"tr_customer_product_id":176423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Damian Gerlach","mobile_number":"289-621-7355","email_id":"Orrin.Hackett22@hotmail.com","dop":"2025-09-09","serial_number":"12064048566387","imei1":"12064048566387","imei2":"12064048566387","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176418,"job_number":"JOB_176418","tr_customer_id":176435,"tr_customer_product_id":176425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Citlalli Abshire","mobile_number":"705-218-8529","email_id":"Javon_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12581162696776","imei1":"12581162696776","imei2":"12581162696776","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176419,"job_number":"JOB_176419","tr_customer_id":176436,"tr_customer_product_id":176426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Joany Kris","mobile_number":"341-706-7045","email_id":"Presley_Torphy51@hotmail.com","dop":"2025-09-09","serial_number":"14793756037832","imei1":"14793756037832","imei2":"14793756037832","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176421,"job_number":"JOB_176421","tr_customer_id":176438,"tr_customer_product_id":176428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Al Ryan","mobile_number":"420-549-1034","email_id":"Raquel.Beahan35@hotmail.com","dop":"2025-09-09","serial_number":"11790063170471","imei1":"11790063170471","imei2":"11790063170471","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176422,"job_number":"JOB_176422","tr_customer_id":176439,"tr_customer_product_id":176429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Ezequiel Sporer","mobile_number":"533-634-0071","email_id":"Eryn32@hotmail.com","dop":"2025-09-09","serial_number":"10256015959300","imei1":"10256015959300","imei2":"10256015959300","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176424,"job_number":"JOB_176424","tr_customer_id":176441,"tr_customer_product_id":176431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Bethany Ratke","mobile_number":"952-643-8638","email_id":"Georgianna.Goyette@gmail.com","dop":"2025-09-09","serial_number":"11152165402482","imei1":"11152165402482","imei2":"11152165402482","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176425,"job_number":"JOB_176425","tr_customer_id":176442,"tr_customer_product_id":176432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Alanis Goyette","mobile_number":"814-690-9336","email_id":"Greta76@gmail.com","dop":"2025-09-09","serial_number":"18958151439314","imei1":"18958151439314","imei2":"18958151439314","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176429,"job_number":"JOB_176429","tr_customer_id":176446,"tr_customer_product_id":176436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:26.000Z","modified_at":"2026-02-03T23:48:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-24T23:48:26.122988639Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176430,"job_number":"JOB_176430","tr_customer_id":176447,"tr_customer_product_id":176437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:27.000Z","modified_at":"2026-02-03T23:48:27.000Z","name":"Nirbhay Shukla","mobile_number":"7079936551","email_id":"anilabh.singh@gmail.com","dop":"2026-01-24","serial_number":"905580915292613","imei1":"905580915292613","imei2":"905580915292613","popurl":"www.aanandaswarup-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176431,"job_number":"JOB_176431","tr_customer_id":176448,"tr_customer_product_id":176438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:50:52.000Z","modified_at":"2026-02-03T23:50:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-24T23:50:52.353382653Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176393,"job_number":"JOB_176393","tr_customer_id":176410,"tr_customer_product_id":176400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:46:30.000Z","modified_at":"2026-02-03T20:46:30.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"13915635489986","imei1":"13915635489986","imei2":"13915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176407,"job_number":"JOB_176407","tr_customer_id":176424,"tr_customer_product_id":176414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"99915635489986","imei1":"99915635489986","imei2":"99915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176408,"job_number":"JOB_176408","tr_customer_id":176425,"tr_customer_product_id":176415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"89915635489986","imei1":"89915635489986","imei2":"89915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:44.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODZ9.knaXcaiBm5--u7qZhdC9809yy0X66hPdP74Z_cuwE1c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9abed481-e620-4bd4-87f2-df10fba05218
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODZ9.knaXcaiBm5--u7qZhdC9809yy0X66hPdP74Z_cuwE1c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ed95e14d-d976-44c6-8c60-5af6c08170a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 176747,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 233.1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODZ9.knaXcaiBm5--u7qZhdC9809yy0X66hPdP74Z_cuwE1c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e8730ea-2a54-4ed2-86dd-59064fd1e3cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3a463-Goqmja0cnMvHzkWUBBRRlYAgrlU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176389,"job_number":"JOB_176389","tr_customer_id":176406,"tr_customer_product_id":176396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:11:26.000Z","modified_at":"2026-02-03T20:11:26.000Z","name":"Swapnil Jade","mobile_number":"9966332211","email_id":"qa.swapnil1910@gmail.com","dop":"2026-01-31","serial_number":"68944645691505","imei1":"68944645691505","imei2":"68944645691505","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176396,"job_number":"JOB_176396","tr_customer_id":176413,"tr_customer_product_id":176403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:03:50.000Z","modified_at":"2026-02-03T21:03:50.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-29","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-29T21:03:49.114052473Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176398,"job_number":"JOB_176398","tr_customer_id":176415,"tr_customer_product_id":176405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Opal Ruecker","mobile_number":"251-483-1714","email_id":"Elroy.Hudson42@gmail.com","dop":"2025-09-09","serial_number":"14282297788225","imei1":"14282297788225","imei2":"14282297788225","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176399,"job_number":"JOB_176399","tr_customer_id":176416,"tr_customer_product_id":176406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:00.000Z","modified_at":"2026-02-03T21:46:00.000Z","name":"Dean Hilll","mobile_number":"658-209-3971","email_id":"Esta16@gmail.com","dop":"2025-09-09","serial_number":"14610684792103","imei1":"14610684792103","imei2":"14610684792103","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176401,"job_number":"JOB_176401","tr_customer_id":176418,"tr_customer_product_id":176408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Antonetta Harris","mobile_number":"553-452-6028","email_id":"Dorcas60@hotmail.com","dop":"2025-09-09","serial_number":"14013214787670","imei1":"14013214787670","imei2":"14013214787670","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176402,"job_number":"JOB_176402","tr_customer_id":176419,"tr_customer_product_id":176409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:03.000Z","modified_at":"2026-02-03T21:46:03.000Z","name":"Isadore Macejkovic","mobile_number":"313-497-7048","email_id":"Angelica0@hotmail.com","dop":"2025-09-09","serial_number":"15844120424251","imei1":"15844120424251","imei2":"15844120424251","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176404,"job_number":"JOB_176404","tr_customer_id":176421,"tr_customer_product_id":176411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Amber Rau","mobile_number":"392-636-4909","email_id":"Albin12@hotmail.com","dop":"2025-09-09","serial_number":"11767463548298","imei1":"11767463548298","imei2":"11767463548298","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176405,"job_number":"JOB_176405","tr_customer_id":176422,"tr_customer_product_id":176412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:06.000Z","modified_at":"2026-02-03T21:46:06.000Z","name":"Conrad Ledner","mobile_number":"903-496-9794","email_id":"Lavon_Muller8@hotmail.com","dop":"2025-09-09","serial_number":"16232199230604","imei1":"16232199230604","imei2":"16232199230604","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176409,"job_number":"JOB_176409","tr_customer_id":176426,"tr_customer_product_id":176416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Adrienne Howe","mobile_number":"578-995-6970","email_id":"Kylee.Cormier@yahoo.com","dop":"2025-09-09","serial_number":"19854642348896","imei1":"19854642348896","imei2":"19854642348896","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176410,"job_number":"JOB_176410","tr_customer_id":176427,"tr_customer_product_id":176417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:05.000Z","modified_at":"2026-02-03T22:13:05.000Z","name":"Jerry Breitenberg","mobile_number":"676-561-5164","email_id":"Enrico.Grant@yahoo.com","dop":"2025-09-09","serial_number":"16458607835989","imei1":"16458607835989","imei2":"16458607835989","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176412,"job_number":"JOB_176412","tr_customer_id":176429,"tr_customer_product_id":176419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Eino Corwin","mobile_number":"777-828-5531","email_id":"Ulises.Powlowski46@gmail.com","dop":"2025-09-09","serial_number":"14275254147122","imei1":"14275254147122","imei2":"14275254147122","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176413,"job_number":"JOB_176413","tr_customer_id":176430,"tr_customer_product_id":176420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:08.000Z","modified_at":"2026-02-03T22:13:08.000Z","name":"Gianni O'Connell","mobile_number":"671-987-2923","email_id":"Elnora.Haag@yahoo.com","dop":"2025-09-09","serial_number":"18491089771435","imei1":"18491089771435","imei2":"18491089771435","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176415,"job_number":"JOB_176415","tr_customer_id":176432,"tr_customer_product_id":176422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Shea Cummings","mobile_number":"930-213-8390","email_id":"Jamel79@gmail.com","dop":"2025-09-09","serial_number":"18083203531400","imei1":"18083203531400","imei2":"18083203531400","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176416,"job_number":"JOB_176416","tr_customer_id":176433,"tr_customer_product_id":176423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:13:11.000Z","modified_at":"2026-02-03T22:13:11.000Z","name":"Damian Gerlach","mobile_number":"289-621-7355","email_id":"Orrin.Hackett22@hotmail.com","dop":"2025-09-09","serial_number":"12064048566387","imei1":"12064048566387","imei2":"12064048566387","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176418,"job_number":"JOB_176418","tr_customer_id":176435,"tr_customer_product_id":176425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Citlalli Abshire","mobile_number":"705-218-8529","email_id":"Javon_Streich@hotmail.com","dop":"2025-09-09","serial_number":"12581162696776","imei1":"12581162696776","imei2":"12581162696776","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176419,"job_number":"JOB_176419","tr_customer_id":176436,"tr_customer_product_id":176426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:40.000Z","modified_at":"2026-02-03T22:16:40.000Z","name":"Joany Kris","mobile_number":"341-706-7045","email_id":"Presley_Torphy51@hotmail.com","dop":"2025-09-09","serial_number":"14793756037832","imei1":"14793756037832","imei2":"14793756037832","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176421,"job_number":"JOB_176421","tr_customer_id":176438,"tr_customer_product_id":176428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Al Ryan","mobile_number":"420-549-1034","email_id":"Raquel.Beahan35@hotmail.com","dop":"2025-09-09","serial_number":"11790063170471","imei1":"11790063170471","imei2":"11790063170471","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176422,"job_number":"JOB_176422","tr_customer_id":176439,"tr_customer_product_id":176429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:43.000Z","modified_at":"2026-02-03T22:16:43.000Z","name":"Ezequiel Sporer","mobile_number":"533-634-0071","email_id":"Eryn32@hotmail.com","dop":"2025-09-09","serial_number":"10256015959300","imei1":"10256015959300","imei2":"10256015959300","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176424,"job_number":"JOB_176424","tr_customer_id":176441,"tr_customer_product_id":176431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Bethany Ratke","mobile_number":"952-643-8638","email_id":"Georgianna.Goyette@gmail.com","dop":"2025-09-09","serial_number":"11152165402482","imei1":"11152165402482","imei2":"11152165402482","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176425,"job_number":"JOB_176425","tr_customer_id":176442,"tr_customer_product_id":176432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T22:16:46.000Z","modified_at":"2026-02-03T22:16:46.000Z","name":"Alanis Goyette","mobile_number":"814-690-9336","email_id":"Greta76@gmail.com","dop":"2025-09-09","serial_number":"18958151439314","imei1":"18958151439314","imei2":"18958151439314","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T22:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176429,"job_number":"JOB_176429","tr_customer_id":176446,"tr_customer_product_id":176436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:26.000Z","modified_at":"2026-02-03T23:48:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-24T23:48:26.122988639Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176430,"job_number":"JOB_176430","tr_customer_id":176447,"tr_customer_product_id":176437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:48:27.000Z","modified_at":"2026-02-03T23:48:27.000Z","name":"Nirbhay Shukla","mobile_number":"7079936551","email_id":"anilabh.singh@gmail.com","dop":"2026-01-24","serial_number":"905580915292613","imei1":"905580915292613","imei2":"905580915292613","popurl":"www.aanandaswarup-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176431,"job_number":"JOB_176431","tr_customer_id":176448,"tr_customer_product_id":176438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:50:52.000Z","modified_at":"2026-02-03T23:50:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-24","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-24T23:50:52.353382653Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T23:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176436,"job_number":"JOB_176436","tr_customer_id":176453,"tr_customer_product_id":176443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:32:57.000Z","modified_at":"2026-02-04T02:32:57.000Z","name":"Heaven Watsica","mobile_number":"797-371-9933","email_id":"Diamond_Ledner92@hotmail.com","dop":"2025-12-10","serial_number":"11790196657588","imei1":"11790196657588","imei2":"11790196657588","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176437,"job_number":"JOB_176437","tr_customer_id":176454,"tr_customer_product_id":176444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:37:46.000Z","modified_at":"2026-02-04T02:37:46.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"12222222222222222","imei2":"12222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176441,"job_number":"JOB_176441","tr_customer_id":176458,"tr_customer_product_id":176448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:40.000Z","modified_at":"2026-02-04T03:13:40.000Z","name":"Rebeka Bogisich","mobile_number":"980-704-4996","email_id":"Mathias.Lakin37@yahoo.com","dop":"2025-05-30","serial_number":"15452804613682","imei1":"15452804613682","imei2":"15452804613682","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176442,"job_number":"JOB_176442","tr_customer_id":176459,"tr_customer_product_id":176449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:41.000Z","modified_at":"2026-02-04T03:13:41.000Z","name":"Fay Bins","mobile_number":"565-353-4061","email_id":"Alfreda.Grady@yahoo.com","dop":"2025-05-30","serial_number":"1596296178477878","imei1":"1596296178477878","imei2":"1596296178477878","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176443,"job_number":"JOB_176443","tr_customer_id":176460,"tr_customer_product_id":176450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18163468894187","imei1":"18163468894187","imei2":"18163468894187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176445,"job_number":"JOB_176445","tr_customer_id":176462,"tr_customer_product_id":176452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:45.000Z","modified_at":"2026-02-04T03:29:45.000Z","name":"Gordon Bruen","mobile_number":"422-703-7231","email_id":"Cheyanne16@hotmail.com","dop":"2025-04-06","serial_number":"19838262596816960","imei1":"19838262596816960","imei2":"19838262596816960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176446,"job_number":"JOB_176446","tr_customer_id":176463,"tr_customer_product_id":176453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18301039006586","imei1":"18301039006586","imei2":"18301039006586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176448,"job_number":"JOB_176448","tr_customer_id":176465,"tr_customer_product_id":176455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:30.000Z","modified_at":"2026-02-04T03:30:30.000Z","name":"Rhoda Shields","mobile_number":"381-811-1971","email_id":"Bobbie.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15782718411795832","imei1":"15782718411795832","imei2":"15782718411795832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176449,"job_number":"JOB_176449","tr_customer_id":176466,"tr_customer_product_id":176456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11755818964384","imei1":"11755818964384","imei2":"11755818964384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176451,"job_number":"JOB_176451","tr_customer_id":176468,"tr_customer_product_id":176458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:16.000Z","modified_at":"2026-02-04T03:31:16.000Z","name":"Elena Volkman","mobile_number":"503-216-5710","email_id":"Mckenna.Bogisich67@gmail.com","dop":"2025-04-06","serial_number":"18904593063522024","imei1":"18904593063522024","imei2":"18904593063522024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176452,"job_number":"JOB_176452","tr_customer_id":176469,"tr_customer_product_id":176459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:58:46.000Z","modified_at":"2026-02-04T03:58:46.000Z","name":"Genevieve Christiansen","mobile_number":"213-449-3174","email_id":"Hyman20@gmail.com","dop":"2025-12-04","serial_number":"1003169505571621","imei1":"1003169505571621","imei2":"1003169505571621","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176453,"job_number":"JOB_176453","tr_customer_id":176470,"tr_customer_product_id":176460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:31.000Z","modified_at":"2026-02-04T04:00:31.000Z","name":"Joshuah Dicki","mobile_number":"873-917-7224","email_id":"Agustina.Muller@hotmail.com","dop":"2025-12-04","serial_number":"1006930048268724","imei1":"1006930048268724","imei2":"1006930048268724","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176454,"job_number":"JOB_176454","tr_customer_id":176471,"tr_customer_product_id":176461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:00:34.000Z","modified_at":"2026-02-04T04:00:34.000Z","name":"Meagan Keeling","mobile_number":"839-763-3083","email_id":"Laverne_Mraz@gmail.com","dop":"2025-12-04","serial_number":"1009904023723411","imei1":"1009904023723411","imei2":"1009904023723411","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176455,"job_number":"JOB_176455","tr_customer_id":176472,"tr_customer_product_id":176462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:05:10.000Z","modified_at":"2026-02-04T04:05:10.000Z","name":"Diana Murray","mobile_number":"370-848-2724","email_id":"Rolando16@gmail.com","dop":"2025-12-04","serial_number":"107219835426297","imei1":"107219835426297","imei2":"107219835426297","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176456,"job_number":"JOB_176456","tr_customer_id":176473,"tr_customer_product_id":176463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:07.000Z","modified_at":"2026-02-04T04:10:07.000Z","name":"{Esmeralda Wuckert","mobile_number":"401-670-9085","email_id":"Linnie.Larson18@gmail.com","dop":"2025-04-06","serial_number":"11806226633382","imei1":"11806226633382","imei2":"11806226633382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176457,"job_number":"JOB_176457","tr_customer_id":176474,"tr_customer_product_id":176464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:12.000Z","modified_at":"2026-02-04T04:10:12.000Z","name":"{Odessa Torp","mobile_number":"739-497-5907","email_id":"Berneice.Abshire53@hotmail.com","dop":"2025-04-06","serial_number":"12100670557799","imei1":"12100670557799","imei2":"12100670557799","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176458,"job_number":"JOB_176458","tr_customer_id":176475,"tr_customer_product_id":176465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:10:44.000Z","modified_at":"2026-02-04T04:10:44.000Z","name":"Domenica Gleason","mobile_number":"939-335-3932","email_id":"Demetris_Klocko@yahoo.com","dop":"2025-04-06","serial_number":"19108488805969","imei1":"19108488805969","imei2":"19108488805969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:10:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176459,"job_number":"JOB_176459","tr_customer_id":176476,"tr_customer_product_id":176466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:17:35.000Z","modified_at":"2026-02-04T04:17:35.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"41316736434058","imei1":"41316736434058","imei2":"41316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176462,"job_number":"JOB_176462","tr_customer_id":176479,"tr_customer_product_id":176469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:46.000Z","modified_at":"2026-02-04T04:18:46.000Z","name":"Kenton Barton","mobile_number":"461-432-5468","email_id":"Floy_Runolfsdottir39@gmail.com","dop":"2025-04-06","serial_number":"12252461655829352","imei1":"12252461655829352","imei2":"12252461655829352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176464,"job_number":"JOB_176464","tr_customer_id":176481,"tr_customer_product_id":176471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:18:57.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19526676215448","imei1":"19526676215448","imei2":"19526676215448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176466,"job_number":"JOB_176466","tr_customer_id":176483,"tr_customer_product_id":176473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:59.000Z","modified_at":"2026-02-04T04:18:59.000Z","name":"Ruben Schimmel","mobile_number":"362-421-8880","email_id":"Nettie.Kozey@yahoo.com","dop":"2025-04-06","serial_number":"10702536017882956","imei1":"10702536017882956","imei2":"10702536017882956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176468,"job_number":"JOB_176468","tr_customer_id":176485,"tr_customer_product_id":176475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:06.000Z","modified_at":"2026-02-04T04:19:06.000Z","name":"Dudley Terry","mobile_number":"566-397-0060","email_id":"Adriana.Kris@gmail.com","dop":"2025-04-06","serial_number":"14098912394398192","imei1":"14098912394398192","imei2":"14098912394398192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176470,"job_number":"JOB_176470","tr_customer_id":176487,"tr_customer_product_id":176477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:14.000Z","modified_at":"2026-02-04T04:19:14.000Z","name":"Eldred Bayer","mobile_number":"228-692-5130","email_id":"Arnaldo_Moore48@yahoo.com","dop":"2025-04-06","serial_number":"17270181423378286","imei1":"17270181423378286","imei2":"17270181423378286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176476,"job_number":"JOB_176476","tr_customer_id":176493,"tr_customer_product_id":176483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16932392834547","imei1":"16932392834547","imei2":"16932392834547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176480,"job_number":"JOB_176480","tr_customer_id":176497,"tr_customer_product_id":176487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Rudolph Hudson","mobile_number":"553-529-0878","email_id":"Stevie_Walter36@hotmail.com","dop":"2025-04-06","serial_number":"18792165735215520","imei1":"18792165735215520","imei2":"18792165735215520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176481,"job_number":"JOB_176481","tr_customer_id":176498,"tr_customer_product_id":176488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:27.000Z","name":"Abbey Casper","mobile_number":"209-212-1975","email_id":"Pedro52@yahoo.com","dop":"2025-04-06","serial_number":"12087306755259312","imei1":"12087306755259312","imei2":"12087306755259312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176482,"job_number":"JOB_176482","tr_customer_id":176499,"tr_customer_product_id":176489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:19:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13165232316668","imei1":"13165232316668","imei2":"13165232316668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176485,"job_number":"JOB_176485","tr_customer_id":176502,"tr_customer_product_id":176492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Syble Abernathy","mobile_number":"355-951-2951","email_id":"Lucie38@yahoo.com","dop":"2025-04-06","serial_number":"16265871400764784","imei1":"16265871400764784","imei2":"16265871400764784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176486,"job_number":"JOB_176486","tr_customer_id":176503,"tr_customer_product_id":176493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:34.000Z","modified_at":"2026-02-04T04:19:34.000Z","name":"Reilly Conroy","mobile_number":"924-688-4068","email_id":"Ottis_Mitchell49@yahoo.com","dop":"2025-04-06","serial_number":"10799443903246306","imei1":"10799443903246306","imei2":"10799443903246306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176487,"job_number":"JOB_176487","tr_customer_id":176504,"tr_customer_product_id":176494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:37.000Z","modified_at":"2026-02-04T04:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19699442607977","imei1":"19699442607977","imei2":"19699442607977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176489,"job_number":"JOB_176489","tr_customer_id":176506,"tr_customer_product_id":176496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10516872330446","imei1":"10516872330446","imei2":"10516872330446","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176492,"job_number":"JOB_176492","tr_customer_id":176509,"tr_customer_product_id":176499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Alexzander Stark","mobile_number":"596-734-3585","email_id":"Patsy_Hettinger18@hotmail.com","dop":"2025-06-18","serial_number":"1053416970203141","imei1":"1053416970203141","imei2":"1053416970203141","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176493,"job_number":"JOB_176493","tr_customer_id":176510,"tr_customer_product_id":176500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Houston Lindgren","mobile_number":"428-666-2362","email_id":"Jillian72@gmail.com","dop":"2025-04-06","serial_number":"11445065524746976","imei1":"11445065524746976","imei2":"11445065524746976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176498,"job_number":"JOB_176498","tr_customer_id":176515,"tr_customer_product_id":176505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14841589173287","imei1":"14841589173287","imei2":"14841589173287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176499,"job_number":"JOB_176499","tr_customer_id":176516,"tr_customer_product_id":176506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:19:43.000Z","name":"Adalberto Fritsch","mobile_number":"395-744-7037","email_id":"Litzy.Mraz38@yahoo.com","dop":"2025-05-30","serial_number":"10428958510257","imei1":"10428958510257","imei2":"10428958510257","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176501,"job_number":"JOB_176501","tr_customer_id":176518,"tr_customer_product_id":176508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Dominic Gorczany","mobile_number":"478-211-4354","email_id":"Aiden84@yahoo.com","dop":"2025-05-30","serial_number":"1548309318542422","imei1":"1548309318542422","imei2":"1548309318542422","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176502,"job_number":"JOB_176502","tr_customer_id":176519,"tr_customer_product_id":176509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:44.000Z","modified_at":"2026-02-04T04:19:44.000Z","name":"Hailee Beier","mobile_number":"276-446-2343","email_id":"Claude_OReilly59@hotmail.com","dop":"2025-04-06","serial_number":"18475515866700810","imei1":"18475515866700810","imei2":"18475515866700810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176503,"job_number":"JOB_176503","tr_customer_id":176520,"tr_customer_product_id":176510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12727448778628","imei1":"12727448778628","imei2":"12727448778628","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176504,"job_number":"JOB_176504","tr_customer_id":176521,"tr_customer_product_id":176511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19106818057498","imei1":"19106818057498","imei2":"19106818057498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176508,"job_number":"JOB_176508","tr_customer_id":176525,"tr_customer_product_id":176515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"78275858196127","imei1":"78275858196127","imei2":"78275858196127","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176509,"job_number":"JOB_176509","tr_customer_id":176526,"tr_customer_product_id":176516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"Eda Bradtke","mobile_number":"671-543-0261","email_id":"Arnaldo44@gmail.com","dop":"2025-04-06","serial_number":"10240613578143672","imei1":"10240613578143672","imei2":"10240613578143672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176511,"job_number":"JOB_176511","tr_customer_id":176528,"tr_customer_product_id":176518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13363929985402","imei1":"13363929985402","imei2":"13363929985402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176513,"job_number":"JOB_176513","tr_customer_id":176530,"tr_customer_product_id":176520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:19:49.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"19274706234465","imei1":"19274706234465","imei2":"19274706234465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176515,"job_number":"JOB_176515","tr_customer_id":176532,"tr_customer_product_id":176522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:19:50.000Z","name":"Skye Spinka","mobile_number":"579-436-5156","email_id":"Robbie45@gmail.com","dop":"2025-04-06","serial_number":"15083668393112600","imei1":"15083668393112600","imei2":"15083668393112600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176516,"job_number":"JOB_176516","tr_customer_id":176533,"tr_customer_product_id":176523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Blanche Hoppe","mobile_number":"780-426-0720","email_id":"Tito.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"14401505601615458","imei1":"14401505601615458","imei2":"14401505601615458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176517,"job_number":"JOB_176517","tr_customer_id":176534,"tr_customer_product_id":176524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:51.000Z","modified_at":"2026-02-04T04:19:51.000Z","name":"Miller Paucek","mobile_number":"648-957-6876","email_id":"Cyril_White0@gmail.com","dop":"2025-04-06","serial_number":"14203856991710024","imei1":"14203856991710024","imei2":"14203856991710024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176518,"job_number":"JOB_176518","tr_customer_id":176535,"tr_customer_product_id":176525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:19:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104476620567286","imei1":"104476620567286","imei2":"104476620567286","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176520,"job_number":"JOB_176520","tr_customer_id":176537,"tr_customer_product_id":176527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:02.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"18720857932300","imei1":"18720857932300","imei2":"18720857932300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176522,"job_number":"JOB_176522","tr_customer_id":176539,"tr_customer_product_id":176529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:03.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Pauline Frami","mobile_number":"846-220-3318","email_id":"Arianna_Greenholt82@hotmail.com","dop":"2025-04-06","serial_number":"13766464858361678","imei1":"13766464858361678","imei2":"13766464858361678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176524,"job_number":"JOB_176524","tr_customer_id":176541,"tr_customer_product_id":176531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17890715696423","imei1":"17890715696423","imei2":"17890715696423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176526,"job_number":"JOB_176526","tr_customer_id":176543,"tr_customer_product_id":176533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14461693911714","imei1":"14461693911714","imei2":"14461693911714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176528,"job_number":"JOB_176528","tr_customer_id":176545,"tr_customer_product_id":176535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:10.000Z","modified_at":"2026-02-04T04:20:10.000Z","name":"Jacynthe Stoltenberg","mobile_number":"923-329-1013","email_id":"Payton92@gmail.com","dop":"2025-04-06","serial_number":"14528192762308204","imei1":"14528192762308204","imei2":"14528192762308204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176529,"job_number":"JOB_176529","tr_customer_id":176546,"tr_customer_product_id":176536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"Jane Runolfsson","mobile_number":"597-969-8020","email_id":"Cassie.Boyle85@gmail.com","dop":"2025-04-06","serial_number":"19208417795997210","imei1":"19208417795997210","imei2":"19208417795997210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176530,"job_number":"JOB_176530","tr_customer_id":176547,"tr_customer_product_id":176537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17458340921459","imei1":"17458340921459","imei2":"17458340921459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176532,"job_number":"JOB_176532","tr_customer_id":176549,"tr_customer_product_id":176539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Bo Blanda","mobile_number":"583-378-7607","email_id":"Zachariah_Fisher80@yahoo.com","dop":"2025-04-06","serial_number":"19828528069297200","imei1":"19828528069297200","imei2":"19828528069297200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176536,"job_number":"JOB_176536","tr_customer_id":176553,"tr_customer_product_id":176543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10595176448316","imei1":"10595176448316","imei2":"10595176448316","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176537,"job_number":"JOB_176537","tr_customer_id":176554,"tr_customer_product_id":176544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17734324417873","imei1":"17734324417873","imei2":"17734324417873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176542,"job_number":"JOB_176542","tr_customer_id":176559,"tr_customer_product_id":176549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Anita Reilly","mobile_number":"930-690-0373","email_id":"Callie48@gmail.com","dop":"2025-06-18","serial_number":"1041077178076790","imei1":"1041077178076790","imei2":"1041077178076790","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176543,"job_number":"JOB_176543","tr_customer_id":176560,"tr_customer_product_id":176550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18646972987672","imei1":"18646972987672","imei2":"18646972987672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176545,"job_number":"JOB_176545","tr_customer_id":176562,"tr_customer_product_id":176552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Lonzo Turcotte","mobile_number":"217-331-8385","email_id":"Retha_Predovic76@gmail.com","dop":"2025-04-06","serial_number":"17777380299092604","imei1":"17777380299092604","imei2":"17777380299092604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176547,"job_number":"JOB_176547","tr_customer_id":176564,"tr_customer_product_id":176554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:23.000Z","modified_at":"2026-02-04T04:20:23.000Z","name":"Raegan Hessel","mobile_number":"204-937-7389","email_id":"Sabrina.Green64@hotmail.com","dop":"2025-04-06","serial_number":"11161418795242160","imei1":"11161418795242160","imei2":"11161418795242160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176550,"job_number":"JOB_176550","tr_customer_id":176567,"tr_customer_product_id":176557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11249833330334","imei1":"11249833330334","imei2":"11249833330334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176552,"job_number":"JOB_176552","tr_customer_id":176569,"tr_customer_product_id":176559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:27.000Z","modified_at":"2026-02-04T04:20:27.000Z","name":"Leo Spinka","mobile_number":"629-695-6576","email_id":"Jalyn.Stoltenberg@hotmail.com","dop":"2025-04-06","serial_number":"16805894203813508","imei1":"16805894203813508","imei2":"16805894203813508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176554,"job_number":"JOB_176554","tr_customer_id":176571,"tr_customer_product_id":176561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19346405170390","imei1":"19346405170390","imei2":"19346405170390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176557,"job_number":"JOB_176557","tr_customer_id":176573,"tr_customer_product_id":176563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11388463808593","imei1":"11388463808593","imei2":"11388463808593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176560,"job_number":"JOB_176560","tr_customer_id":176577,"tr_customer_product_id":176567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Ellis Gaylord","mobile_number":"239-426-4764","email_id":"Mathias_Gottlieb@gmail.com","dop":"2025-04-06","serial_number":"16445968121486860","imei1":"16445968121486860","imei2":"16445968121486860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176561,"job_number":"JOB_176561","tr_customer_id":176578,"tr_customer_product_id":176568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"59295561175698","imei1":"59295561175698","imei2":"59295561175698","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176569,"job_number":"JOB_176569","tr_customer_id":176586,"tr_customer_product_id":176576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17436717072521","imei1":"17436717072521","imei2":"17436717072521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176570,"job_number":"JOB_176570","tr_customer_id":176587,"tr_customer_product_id":176577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12037051281462","imei1":"12037051281462","imei2":"12037051281462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176573,"job_number":"JOB_176573","tr_customer_id":176590,"tr_customer_product_id":176580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16137041114487","imei1":"16137041114487","imei2":"16137041114487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176574,"job_number":"JOB_176574","tr_customer_id":176591,"tr_customer_product_id":176581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12328155315568","imei1":"12328155315568","imei2":"12328155315568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176576,"job_number":"JOB_176576","tr_customer_id":176593,"tr_customer_product_id":176583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16630960260518","imei1":"16630960260518","imei2":"16630960260518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176579,"job_number":"JOB_176579","tr_customer_id":176596,"tr_customer_product_id":176586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Kari Kovacek","mobile_number":"942-969-6725","email_id":"Mikayla_Cummings64@hotmail.com","dop":"2025-04-06","serial_number":"19534848621237860","imei1":"19534848621237860","imei2":"19534848621237860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176580,"job_number":"JOB_176580","tr_customer_id":176597,"tr_customer_product_id":176587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Stone Donnelly","mobile_number":"221-765-4675","email_id":"Erica_Olson28@gmail.com","dop":"2025-04-06","serial_number":"10343017688746420","imei1":"10343017688746420","imei2":"10343017688746420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176581,"job_number":"JOB_176581","tr_customer_id":176598,"tr_customer_product_id":176588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:37.000Z","modified_at":"2026-02-04T04:20:37.000Z","name":"Zackary Kerluke","mobile_number":"986-740-1998","email_id":"Astrid.Hane@hotmail.com","dop":"2025-04-06","serial_number":"16588545340439542","imei1":"16588545340439542","imei2":"16588545340439542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176582,"job_number":"JOB_176582","tr_customer_id":176599,"tr_customer_product_id":176589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Estevan Skiles","mobile_number":"630-200-8970","email_id":"Camden7@gmail.com","dop":"2025-04-06","serial_number":"18947640076066464","imei1":"18947640076066464","imei2":"18947640076066464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176583,"job_number":"JOB_176583","tr_customer_id":176600,"tr_customer_product_id":176590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:38.000Z","modified_at":"2026-02-04T04:20:38.000Z","name":"Madison Schroeder","mobile_number":"211-582-1738","email_id":"Melissa82@gmail.com","dop":"2025-04-06","serial_number":"16182241233055066","imei1":"16182241233055066","imei2":"16182241233055066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176584,"job_number":"JOB_176584","tr_customer_id":176601,"tr_customer_product_id":176591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:20:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19282812627094","imei1":"19282812627094","imei2":"19282812627094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176586,"job_number":"JOB_176586","tr_customer_id":176603,"tr_customer_product_id":176593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102534576099548","imei1":"102534576099548","imei2":"102534576099548","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176587,"job_number":"JOB_176587","tr_customer_id":176604,"tr_customer_product_id":176594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Odie Beier","mobile_number":"647-501-7090","email_id":"Dewitt96@yahoo.com","dop":"2025-04-06","serial_number":"11158458399755378","imei1":"11158458399755378","imei2":"11158458399755378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176589,"job_number":"JOB_176589","tr_customer_id":176606,"tr_customer_product_id":176596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:20:46.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"11421911309390","imei1":"11421911309390","imei2":"11421911309390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176593,"job_number":"JOB_176593","tr_customer_id":176610,"tr_customer_product_id":176600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Theron Frami","mobile_number":"345-442-8146","email_id":"Cecelia_Rau10@gmail.com","dop":"2025-04-06","serial_number":"10621147261380574","imei1":"10621147261380574","imei2":"10621147261380574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176597,"job_number":"JOB_176597","tr_customer_id":176614,"tr_customer_product_id":176604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12769169432076","imei1":"12769169432076","imei2":"12769169432076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176599,"job_number":"JOB_176599","tr_customer_id":176616,"tr_customer_product_id":176606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15818856923876","imei1":"15818856923876","imei2":"15818856923876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176601,"job_number":"JOB_176601","tr_customer_id":176618,"tr_customer_product_id":176608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11221181943727","imei1":"11221181943727","imei2":"11221181943727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176603,"job_number":"JOB_176603","tr_customer_id":176620,"tr_customer_product_id":176610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Dedric Rau","mobile_number":"743-590-7980","email_id":"Bridgette_Donnelly@hotmail.com","dop":"2025-04-06","serial_number":"15443147911396776","imei1":"15443147911396776","imei2":"15443147911396776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176604,"job_number":"JOB_176604","tr_customer_id":176621,"tr_customer_product_id":176611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:58.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Keshawn Yost","mobile_number":"400-339-4364","email_id":"Colten.Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10117715531931494","imei1":"10117715531931494","imei2":"10117715531931494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176605,"job_number":"JOB_176605","tr_customer_id":176622,"tr_customer_product_id":176612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:59.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Kyra Schroeder","mobile_number":"598-811-3114","email_id":"Ilene43@hotmail.com","dop":"2025-04-06","serial_number":"15910947761966254","imei1":"15910947761966254","imei2":"15910947761966254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176610,"job_number":"JOB_176610","tr_customer_id":176627,"tr_customer_product_id":176617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13551540871317","imei1":"13551540871317","imei2":"13551540871317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176613,"job_number":"JOB_176613","tr_customer_id":176630,"tr_customer_product_id":176620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11898964262792","imei1":"11898964262792","imei2":"11898964262792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176614,"job_number":"JOB_176614","tr_customer_id":176631,"tr_customer_product_id":176621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:09.000Z","name":"Devin Schaefer","mobile_number":"487-203-6446","email_id":"Melba_Stark34@hotmail.com","dop":"2025-04-06","serial_number":"10503910736593102","imei1":"10503910736593102","imei2":"10503910736593102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176616,"job_number":"JOB_176616","tr_customer_id":176633,"tr_customer_product_id":176623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:10.000Z","modified_at":"2026-02-04T04:21:10.000Z","name":"Carli Champlin","mobile_number":"819-493-7041","email_id":"Estevan22@yahoo.com","dop":"2025-04-06","serial_number":"18419950190617684","imei1":"18419950190617684","imei2":"18419950190617684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176617,"job_number":"JOB_176617","tr_customer_id":176634,"tr_customer_product_id":176624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:11.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10825268289460","imei1":"10825268289460","imei2":"10825268289460","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176619,"job_number":"JOB_176619","tr_customer_id":176636,"tr_customer_product_id":176626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14679994089103","imei1":"14679994089103","imei2":"14679994089103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176621,"job_number":"JOB_176621","tr_customer_id":176638,"tr_customer_product_id":176628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:13.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"54592623063063","imei1":"54592623063063","imei2":"54592623063063","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176622,"job_number":"JOB_176622","tr_customer_id":176639,"tr_customer_product_id":176629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:14.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Deven Nolan","mobile_number":"208-939-8274","email_id":"Lamar.Dach@gmail.com","dop":"2025-04-06","serial_number":"11190985681082228","imei1":"11190985681082228","imei2":"11190985681082228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176626,"job_number":"JOB_176626","tr_customer_id":176643,"tr_customer_product_id":176633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"15239822180215","imei1":"15239822180215","imei2":"15239822180215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176628,"job_number":"JOB_176628","tr_customer_id":176645,"tr_customer_product_id":176635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19030553753511","imei1":"19030553753511","imei2":"19030553753511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176629,"job_number":"JOB_176629","tr_customer_id":176646,"tr_customer_product_id":176636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14213534000800","imei1":"14213534000800","imei2":"14213534000800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176633,"job_number":"JOB_176633","tr_customer_id":176650,"tr_customer_product_id":176640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hilma Mayert","mobile_number":"995-862-4776","email_id":"Arianna.Hayes@hotmail.com","dop":"2025-04-06","serial_number":"12640163486727516","imei1":"12640163486727516","imei2":"12640163486727516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176634,"job_number":"JOB_176634","tr_customer_id":176651,"tr_customer_product_id":176641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Dejon O'Connell","mobile_number":"460-317-5890","email_id":"Evalyn83@hotmail.com","dop":"2025-04-06","serial_number":"18397259240306070","imei1":"18397259240306070","imei2":"18397259240306070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176635,"job_number":"JOB_176635","tr_customer_id":176652,"tr_customer_product_id":176642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:23.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Leda Larson","mobile_number":"831-371-5055","email_id":"Keegan52@hotmail.com","dop":"2025-04-06","serial_number":"19314161576549144","imei1":"19314161576549144","imei2":"19314161576549144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176636,"job_number":"JOB_176636","tr_customer_id":176653,"tr_customer_product_id":176643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:24.000Z","modified_at":"2026-02-04T04:21:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19784570560683","imei1":"19784570560683","imei2":"19784570560683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176638,"job_number":"JOB_176638","tr_customer_id":176655,"tr_customer_product_id":176645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"Brock Wolff","mobile_number":"784-668-8593","email_id":"Tyreek.Wiegand47@gmail.com","dop":"2025-04-06","serial_number":"16105445347748596","imei1":"16105445347748596","imei2":"16105445347748596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176639,"job_number":"JOB_176639","tr_customer_id":176656,"tr_customer_product_id":176646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:26.000Z","modified_at":"2026-02-04T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12579070849414","imei1":"12579070849414","imei2":"12579070849414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176641,"job_number":"JOB_176641","tr_customer_id":176658,"tr_customer_product_id":176648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:28.000Z","modified_at":"2026-02-04T04:21:28.000Z","name":"Mark Veum","mobile_number":"476-540-2122","email_id":"Demetrius.Marvin25@gmail.com","dop":"2025-04-06","serial_number":"17938991493562016","imei1":"17938991493562016","imei2":"17938991493562016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176642,"job_number":"JOB_176642","tr_customer_id":176659,"tr_customer_product_id":176649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:21:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14268293018164","imei1":"14268293018164","imei2":"14268293018164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176644,"job_number":"JOB_176644","tr_customer_id":176661,"tr_customer_product_id":176651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14499370938858","imei1":"14499370938858","imei2":"14499370938858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176645,"job_number":"JOB_176645","tr_customer_id":176662,"tr_customer_product_id":176652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:21:30.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109947900715241","imei1":"109947900715241","imei2":"109947900715241","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176648,"job_number":"JOB_176648","tr_customer_id":176665,"tr_customer_product_id":176655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Ruthe Gorczany","mobile_number":"431-662-2502","email_id":"Ayla20@gmail.com","dop":"2025-04-06","serial_number":"16224740769350744","imei1":"16224740769350744","imei2":"16224740769350744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176649,"job_number":"JOB_176649","tr_customer_id":176666,"tr_customer_product_id":176656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:31.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Kole Aufderhar","mobile_number":"725-469-4463","email_id":"Keanu.Raynor92@hotmail.com","dop":"2025-04-06","serial_number":"12011751230116892","imei1":"12011751230116892","imei2":"12011751230116892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176650,"job_number":"JOB_176650","tr_customer_id":176667,"tr_customer_product_id":176657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:44.000Z","modified_at":"2026-02-04T04:21:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17504516995144","imei1":"17504516995144","imei2":"17504516995144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176652,"job_number":"JOB_176652","tr_customer_id":176669,"tr_customer_product_id":176659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19091969681952","imei1":"19091969681952","imei2":"19091969681952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176654,"job_number":"JOB_176654","tr_customer_id":176671,"tr_customer_product_id":176661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Wyman Dickinson","mobile_number":"936-662-6442","email_id":"Gwen_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"14308044968218490","imei1":"14308044968218490","imei2":"14308044968218490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176655,"job_number":"JOB_176655","tr_customer_id":176672,"tr_customer_product_id":176662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:47.000Z","modified_at":"2026-02-04T04:21:47.000Z","name":"Nels Kris","mobile_number":"581-296-9268","email_id":"Isaiah37@yahoo.com","dop":"2025-04-06","serial_number":"15063756774632628","imei1":"15063756774632628","imei2":"15063756774632628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176656,"job_number":"JOB_176656","tr_customer_id":176673,"tr_customer_product_id":176663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:56.000Z","modified_at":"2026-02-04T04:21:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15014436490537","imei1":"15014436490537","imei2":"15014436490537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176658,"job_number":"JOB_176658","tr_customer_id":176675,"tr_customer_product_id":176665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:58.000Z","modified_at":"2026-02-04T04:21:58.000Z","name":"Mittie Stiedemann","mobile_number":"963-882-8019","email_id":"Ivory.Pfannerstill30@yahoo.com","dop":"2025-04-06","serial_number":"16089688127397448","imei1":"16089688127397448","imei2":"16089688127397448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176662,"job_number":"JOB_176662","tr_customer_id":176679,"tr_customer_product_id":176669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11423980893584","imei1":"11423980893584","imei2":"11423980893584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176664,"job_number":"JOB_176664","tr_customer_id":176681,"tr_customer_product_id":176671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:14.000Z","modified_at":"2026-02-04T04:22:14.000Z","name":"Diana Towne","mobile_number":"684-246-9239","email_id":"Kelly.Rice@yahoo.com","dop":"2025-04-06","serial_number":"12384539130904476","imei1":"12384539130904476","imei2":"12384539130904476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176665,"job_number":"JOB_176665","tr_customer_id":176682,"tr_customer_product_id":176672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14805074824723","imei1":"14805074824723","imei2":"14805074824723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176667,"job_number":"JOB_176667","tr_customer_id":176684,"tr_customer_product_id":176674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:18.000Z","modified_at":"2026-02-04T04:22:18.000Z","name":"Cali Hilpert","mobile_number":"880-600-5998","email_id":"Stephon51@gmail.com","dop":"2025-04-06","serial_number":"17219669917737246","imei1":"17219669917737246","imei2":"17219669917737246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176668,"job_number":"JOB_176668","tr_customer_id":176685,"tr_customer_product_id":176675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:09.000Z","modified_at":"2026-02-04T04:25:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13979125169454","imei1":"13979125169454","imei2":"13979125169454","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176669,"job_number":"JOB_176669","tr_customer_id":176686,"tr_customer_product_id":176676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81421644893879","imei1":"81421644893879","imei2":"81421644893879","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176670,"job_number":"JOB_176670","tr_customer_id":176687,"tr_customer_product_id":176677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25429520793510","imei1":"25429520793510","imei2":"25429520793510","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176671,"job_number":"JOB_176671","tr_customer_id":176688,"tr_customer_product_id":176678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:10.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55611448984440","imei1":"55611448984440","imei2":"55611448984440","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176672,"job_number":"JOB_176672","tr_customer_id":176689,"tr_customer_product_id":176679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45388829240156","imei1":"45388829240156","imei2":"45388829240156","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176673,"job_number":"JOB_176673","tr_customer_id":176690,"tr_customer_product_id":176680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:11.000Z","modified_at":"2026-02-04T04:25:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71797375922913","imei1":"71797375922913","imei2":"71797375922913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176675,"job_number":"JOB_176675","tr_customer_id":176692,"tr_customer_product_id":176682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41656728190692","imei1":"41656728190692","imei2":"41656728190692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176676,"job_number":"JOB_176676","tr_customer_id":176693,"tr_customer_product_id":176683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:45.000Z","modified_at":"2026-02-04T04:25:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29758253866166","imei1":"29758253866166","imei2":"29758253866166","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176677,"job_number":"JOB_176677","tr_customer_id":176694,"tr_customer_product_id":176684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88565706070614","imei1":"88565706070614","imei2":"88565706070614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176678,"job_number":"JOB_176678","tr_customer_id":176695,"tr_customer_product_id":176685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40076499513380","imei1":"40076499513380","imei2":"40076499513380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176679,"job_number":"JOB_176679","tr_customer_id":176696,"tr_customer_product_id":176686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:46.000Z","modified_at":"2026-02-04T04:25:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72256581114329","imei1":"72256581114329","imei2":"72256581114329","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176680,"job_number":"JOB_176680","tr_customer_id":176697,"tr_customer_product_id":176687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:25:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91534798433651","imei1":"91534798433651","imei2":"91534798433651","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176682,"job_number":"JOB_176682","tr_customer_id":176699,"tr_customer_product_id":176689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85602418046585","imei1":"85602418046585","imei2":"85602418046585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176683,"job_number":"JOB_176683","tr_customer_id":176700,"tr_customer_product_id":176690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:20.000Z","modified_at":"2026-02-04T04:26:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53727943404384","imei1":"53727943404384","imei2":"53727943404384","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176684,"job_number":"JOB_176684","tr_customer_id":176701,"tr_customer_product_id":176691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42801718748677","imei1":"42801718748677","imei2":"42801718748677","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176685,"job_number":"JOB_176685","tr_customer_id":176702,"tr_customer_product_id":176692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20288871504387","imei1":"20288871504387","imei2":"20288871504387","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176686,"job_number":"JOB_176686","tr_customer_id":176703,"tr_customer_product_id":176693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:21.000Z","modified_at":"2026-02-04T04:26:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25725660558593","imei1":"25725660558593","imei2":"25725660558593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176687,"job_number":"JOB_176687","tr_customer_id":176704,"tr_customer_product_id":176694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29187151783132","imei1":"29187151783132","imei2":"29187151783132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176689,"job_number":"JOB_176689","tr_customer_id":176706,"tr_customer_product_id":176696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:30:15.000Z","modified_at":"2026-02-04T04:30:15.000Z","name":"Alyson Turcotte","mobile_number":"965-719-6650","email_id":"Marquis.Tillman@yahoo.com","dop":"2025-09-30","serial_number":"34429574032953","imei1":"34429574032953","imei2":"34429574032953","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176690,"job_number":"JOB_176690","tr_customer_id":176707,"tr_customer_product_id":176697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:35:33.000Z","modified_at":"2026-02-04T04:35:33.000Z","name":"Hillary Moore","mobile_number":"579-596-0249","email_id":"Alba29@yahoo.com","dop":"2025-09-30","serial_number":"61316736434058","imei1":"61316736434058","imei2":"61316736434058","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176691,"job_number":"JOB_176691","tr_customer_id":176708,"tr_customer_product_id":176698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:08.000Z","modified_at":"2026-02-04T04:39:08.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"19699211407674","imei1":"19699211407674","imei2":"19699211407674","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176692,"job_number":"JOB_176692","tr_customer_id":176709,"tr_customer_product_id":176699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:10.000Z","modified_at":"2026-02-04T04:39:10.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18529332703929","imei1":"18529332703929","imei2":"18529332703929","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176693,"job_number":"JOB_176693","tr_customer_id":176710,"tr_customer_product_id":176700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:13.000Z","modified_at":"2026-02-04T04:39:13.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"17157898464474","imei1":"17157898464474","imei2":"17157898464474","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176694,"job_number":"JOB_176694","tr_customer_id":176711,"tr_customer_product_id":176701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:39:15.000Z","modified_at":"2026-02-04T04:39:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"15404229394949","imei1":"15404229394949","imei2":"15404229394949","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176695,"job_number":"JOB_176695","tr_customer_id":176712,"tr_customer_product_id":176702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:43:24.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"13449316679954","imei1":"13449316679954","imei2":"13449316679954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176697,"job_number":"JOB_176697","tr_customer_id":176714,"tr_customer_product_id":176704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:43:59.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"16189747905956","imei1":"16189747905956","imei2":"16189747905956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176699,"job_number":"JOB_176699","tr_customer_id":176716,"tr_customer_product_id":176706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:12.000Z","modified_at":"2026-02-04T04:44:12.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"10748458066301","imei1":"10748458066301","imei2":"10748458066301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176701,"job_number":"JOB_176701","tr_customer_id":176718,"tr_customer_product_id":176708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:44:44.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12842241491973","imei1":"12842241491973","imei2":"12842241491973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176703,"job_number":"JOB_176703","tr_customer_id":176720,"tr_customer_product_id":176710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:01.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"10524274141470","imei1":"10524274141470","imei2":"10524274141470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176705,"job_number":"JOB_176705","tr_customer_id":176722,"tr_customer_product_id":176712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:45:29.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16923885656991","imei1":"16923885656991","imei2":"16923885656991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176709,"job_number":"JOB_176709","tr_customer_id":176726,"tr_customer_product_id":176716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:05:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11514508547063","imei1":"11514508547063","imei2":"11514508547063","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176711,"job_number":"JOB_176711","tr_customer_id":176728,"tr_customer_product_id":176718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:57.000Z","modified_at":"2026-02-04T05:05:57.000Z","name":"Cordia Turcotte","mobile_number":"451-306-2653","email_id":"Rupert_Keeling@yahoo.com","dop":"2025-04-06","serial_number":"19136358291611964","imei1":"19136358291611964","imei2":"19136358291611964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176712,"job_number":"JOB_176712","tr_customer_id":176729,"tr_customer_product_id":176719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:40.000Z","modified_at":"2026-02-04T05:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16905230202416","imei1":"16905230202416","imei2":"16905230202416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176714,"job_number":"JOB_176714","tr_customer_id":176731,"tr_customer_product_id":176721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:42.000Z","modified_at":"2026-02-04T05:06:42.000Z","name":"Krista Moore","mobile_number":"362-942-4405","email_id":"Terence65@yahoo.com","dop":"2025-04-06","serial_number":"16403405966551350","imei1":"16403405966551350","imei2":"16403405966551350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176715,"job_number":"JOB_176715","tr_customer_id":176732,"tr_customer_product_id":176722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:04.000Z","modified_at":"2026-02-04T05:07:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"74407999979069","imei1":"74407999979069","imei2":"74407999979069","popurl":"2026-01-25T05:07:04.175932255Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176716,"job_number":"JOB_176716","tr_customer_id":176733,"tr_customer_product_id":176723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:11.000Z","modified_at":"2026-02-04T05:07:11.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-25","serial_number":"20353073928838","imei1":"20353073928838","imei2":"20353073928838","popurl":"2026-01-25T05:07:11.499638875Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176717,"job_number":"JOB_176717","tr_customer_id":176734,"tr_customer_product_id":176724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:07:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15783691382680","imei1":"15783691382680","imei2":"15783691382680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176719,"job_number":"JOB_176719","tr_customer_id":176736,"tr_customer_product_id":176726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:27.000Z","modified_at":"2026-02-04T05:07:27.000Z","name":"Juliana Rosenbaum","mobile_number":"212-404-7757","email_id":"Vincent71@gmail.com","dop":"2025-04-06","serial_number":"10887896946741232","imei1":"10887896946741232","imei2":"10887896946741232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:07:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176720,"job_number":"JOB_176720","tr_customer_id":176737,"tr_customer_product_id":176727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101597009614527","imei1":"101597009614527","imei2":"101597009614527","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176722,"job_number":"JOB_176722","tr_customer_id":176739,"tr_customer_product_id":176729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:54.000Z","modified_at":"2026-02-04T05:11:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105054316961870","imei1":"105054316961870","imei2":"105054316961870","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176724,"job_number":"JOB_176724","tr_customer_id":176741,"tr_customer_product_id":176731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:18:32.000Z","modified_at":"2026-02-04T05:18:32.000Z","name":"Vesta Pagac","mobile_number":"663-908-1685","email_id":"Malika.Herman@gmail.com","dop":"2025-12-04","serial_number":"1002721358520805","imei1":"1002721358520805","imei2":"1002721358520805","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176725,"job_number":"JOB_176725","tr_customer_id":176742,"tr_customer_product_id":176732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:19:23.000Z","modified_at":"2026-02-04T05:19:23.000Z","name":"Nellie Harris","mobile_number":"890-452-9847","email_id":"Casimir_Hermiston@yahoo.com","dop":"2025-12-04","serial_number":"1008961478115250","imei1":"1008961478115250","imei2":"1008961478115250","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176727,"job_number":"JOB_176727","tr_customer_id":176744,"tr_customer_product_id":176734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:31.000Z","modified_at":"2026-02-04T05:29:31.000Z","name":"Sabrina Upton","mobile_number":"534-392-0663","email_id":"Freeda_Fahey@gmail.com","dop":"2025-04-06","serial_number":"12801900000694430","imei1":"12801900000694430","imei2":"12801900000694430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176729,"job_number":"JOB_176729","tr_customer_id":176746,"tr_customer_product_id":176736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:56.000Z","modified_at":"2026-02-04T05:29:56.000Z","name":"Dereck Leannon","mobile_number":"798-488-7635","email_id":"Cassandre38@yahoo.com","dop":"2025-04-06","serial_number":"18684470666264850","imei1":"18684470666264850","imei2":"18684470666264850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176730,"job_number":"JOB_176730","tr_customer_id":176747,"tr_customer_product_id":176737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:39:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14393888418235","imei1":"14393888418235","imei2":"14393888418235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176732,"job_number":"JOB_176732","tr_customer_id":176749,"tr_customer_product_id":176739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:29.000Z","modified_at":"2026-02-04T05:39:29.000Z","name":"Abe Dickens","mobile_number":"508-928-2325","email_id":"Ozella58@gmail.com","dop":"2025-04-06","serial_number":"10516198044146950","imei1":"10516198044146950","imei2":"10516198044146950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176733,"job_number":"JOB_176733","tr_customer_id":176750,"tr_customer_product_id":176740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16465078905770","imei1":"16465078905770","imei2":"16465078905770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176735,"job_number":"JOB_176735","tr_customer_id":176752,"tr_customer_product_id":176742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:12.000Z","modified_at":"2026-02-04T05:40:12.000Z","name":"Charity Emard","mobile_number":"790-955-8347","email_id":"Cleo49@yahoo.com","dop":"2025-04-06","serial_number":"17460632512552808","imei1":"17460632512552808","imei2":"17460632512552808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176736,"job_number":"JOB_176736","tr_customer_id":176753,"tr_customer_product_id":176743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:40:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12975851916640","imei1":"12975851916640","imei2":"12975851916640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176738,"job_number":"JOB_176738","tr_customer_id":176755,"tr_customer_product_id":176745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:55.000Z","modified_at":"2026-02-04T05:40:55.000Z","name":"Toney Keebler","mobile_number":"456-222-9634","email_id":"Juwan_Bosco75@gmail.com","dop":"2025-04-06","serial_number":"14086269047987012","imei1":"14086269047987012","imei2":"14086269047987012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:40:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176739,"job_number":"JOB_176739","tr_customer_id":176756,"tr_customer_product_id":176746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:58:43.000Z","modified_at":"2026-02-04T05:58:43.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"15703021058767","imei1":"15703021058767","imei2":"115703021058767","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176744,"job_number":"JOB_176744","tr_customer_id":176761,"tr_customer_product_id":176751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:32:49.000Z","modified_at":"2026-02-04T06:32:49.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-25","serial_number":"10000471917300","imei1":"10000471017301","imei2":"10000041817302","popurl":"2026-01-25T06:32:48.268586300Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176393,"job_number":"JOB_176393","tr_customer_id":176410,"tr_customer_product_id":176400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T20:46:30.000Z","modified_at":"2026-02-03T20:46:30.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"13915635489986","imei1":"13915635489986","imei2":"13915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T20:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176407,"job_number":"JOB_176407","tr_customer_id":176424,"tr_customer_product_id":176414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"99915635489986","imei1":"99915635489986","imei2":"99915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176408,"job_number":"JOB_176408","tr_customer_id":176425,"tr_customer_product_id":176415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T21:46:59.000Z","modified_at":"2026-02-03T21:46:59.000Z","name":"Reynold Rolfson","mobile_number":"982-501-4770","email_id":"Odell_Marks@yahoo.com","dop":"2025-04-25","serial_number":"89915635489986","imei1":"89915635489986","imei2":"89915635489986","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-03T21:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176433,"job_number":"JOB_176433","tr_customer_id":176450,"tr_customer_product_id":176440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:17:48.000Z","modified_at":"2026-02-04T01:17:48.000Z","name":"asdas asdas","mobile_number":"1231312312","email_id":"dasdsa@gmail.com","dop":"2026-02-02","serial_number":"54564565456456456","imei1":"54564565456456456","imei2":"54564565456456456","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176435,"job_number":"JOB_176435","tr_customer_id":176452,"tr_customer_product_id":176442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:09:49.000Z","modified_at":"2026-02-04T02:09:49.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789052","imei1":"98765678956789052","imei2":"98765678956789052","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:09:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176439,"job_number":"JOB_176439","tr_customer_id":176456,"tr_customer_product_id":176446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:44:36.000Z","modified_at":"2026-02-04T02:44:36.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"9876567895678902","imei1":"9876567895678902","imei2":"9876567895678902","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T02:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176472,"job_number":"JOB_176472","tr_customer_id":176489,"tr_customer_product_id":176479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"95688960033504","imei1":"95688960033504","imei2":"95688960033504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176473,"job_number":"JOB_176473","tr_customer_id":176490,"tr_customer_product_id":176480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:19.000Z","modified_at":"2026-02-04T04:19:19.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"30672267964801","imei1":"30672267964801","imei2":"30672267964801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176474,"job_number":"JOB_176474","tr_customer_id":176491,"tr_customer_product_id":176481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:24.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35611796268516","imei1":"35611796268516","imei2":"35611796268516","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176475,"job_number":"JOB_176475","tr_customer_id":176492,"tr_customer_product_id":176482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:19:25.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"96601857886802","imei1":"96601857886802","imei2":"96601857886802","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176506,"job_number":"JOB_176506","tr_customer_id":176523,"tr_customer_product_id":176513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:19:46.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Edwina0@yahoo.com","dop":"2025-07-02","serial_number":"15504439245774","imei1":"15504439245774","imei2":"15504439245774","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176523,"job_number":"JOB_176523","tr_customer_id":176540,"tr_customer_product_id":176530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:05.000Z","modified_at":"2026-02-04T04:20:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Amya_OConner@yahoo.com","dop":"2025-07-02","serial_number":"10504567657740","imei1":"10504567657740","imei2":"10504567657740","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176534,"job_number":"JOB_176534","tr_customer_id":176551,"tr_customer_product_id":176541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:19.000Z","modified_at":"2026-02-04T04:20:19.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"116795838223225","imei1":"116795838223225","imei2":"116795838223225","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176535,"job_number":"JOB_176535","tr_customer_id":176552,"tr_customer_product_id":176542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Johan Lehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128445467168839","imei1":"128445467168839","imei2":"128445467168839","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176539,"job_number":"JOB_176539","tr_customer_id":176556,"tr_customer_product_id":176546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Providenci Gerlach","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"192992288773421","imei1":"192992288773421","imei2":"192992288773421","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176541,"job_number":"JOB_176541","tr_customer_id":176558,"tr_customer_product_id":176548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Herman Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115407810556545","imei1":"115407810556545","imei2":"115407810556545","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176546,"job_number":"JOB_176546","tr_customer_id":176563,"tr_customer_product_id":176553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:22.000Z","modified_at":"2026-02-04T04:20:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Mossie_Purdy90@gmail.com","dop":"2025-07-02","serial_number":"19134763336785","imei1":"19134763336785","imei2":"19134763336785","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176549,"job_number":"JOB_176549","tr_customer_id":176566,"tr_customer_product_id":176556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:20:25.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15543886426548","imei1":"15543886426548","imei2":"15543886426548","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176562,"job_number":"JOB_176562","tr_customer_id":176579,"tr_customer_product_id":176569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103785143913726","imei1":"103785143913726","imei2":"103785143913726","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176564,"job_number":"JOB_176564","tr_customer_id":176581,"tr_customer_product_id":176571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:32.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"193014215278144","imei1":"193014215278144","imei2":"193014215278144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176565,"job_number":"JOB_176565","tr_customer_id":176582,"tr_customer_product_id":176572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Oran Hahn","mobile_number":"957-898-9569","email_id":"Jeanie.Pollich20@gmail.com","dop":"2025-06-09","serial_number":"105900125923274","imei1":"105900125923274","imei2":"105900125923274","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176566,"job_number":"JOB_176566","tr_customer_id":176583,"tr_customer_product_id":176573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Esta Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"159769462247242","imei1":"159769462247242","imei2":"159769462247242","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176567,"job_number":"JOB_176567","tr_customer_id":176584,"tr_customer_product_id":176574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Tremaine Rodriguez","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"144189574286416","imei1":"144189574286416","imei2":"144189574286416","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176568,"job_number":"JOB_176568","tr_customer_id":176585,"tr_customer_product_id":176575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:33.000Z","modified_at":"2026-02-04T04:20:33.000Z","name":"Quentin Kilback","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"171921789704358","imei1":"171921789704358","imei2":"171921789704358","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176591,"job_number":"JOB_176591","tr_customer_id":176608,"tr_customer_product_id":176598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104544357579180","imei1":"104544357579180","imei2":"104544357579180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176594,"job_number":"JOB_176594","tr_customer_id":176611,"tr_customer_product_id":176601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:48.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Adriel Volkman","mobile_number":"309-227-0875","email_id":"Candida.Langosh37@gmail.com","dop":"2025-06-09","serial_number":"105925141012089","imei1":"105925141012089","imei2":"105925141012089","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176595,"job_number":"JOB_176595","tr_customer_id":176612,"tr_customer_product_id":176602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:49.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Rhett Medhurst","mobile_number":"751-696-5996","email_id":"Shanel.Cremin46@yahoo.com","dop":"2025-06-09","serial_number":"4880195520341257","imei1":"4880195520341257","imei2":"4880195520341257","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176606,"job_number":"JOB_176606","tr_customer_id":176623,"tr_customer_product_id":176613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107200393873738","imei1":"107200393873738","imei2":"107200393873738","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176608,"job_number":"JOB_176608","tr_customer_id":176625,"tr_customer_product_id":176615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:03.000Z","name":"Rudy Bogisich","mobile_number":"874-225-9276","email_id":"Elsie.Walter@gmail.com","dop":"2025-06-09","serial_number":"108048716389398","imei1":"108048716389398","imei2":"108048716389398","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176609,"job_number":"JOB_176609","tr_customer_id":176626,"tr_customer_product_id":176616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:05.000Z","modified_at":"2026-02-04T04:21:05.000Z","name":"Adrianna Brown","mobile_number":"748-640-2924","email_id":"Delilah88@yahoo.com","dop":"2025-06-09","serial_number":"54246754212415440","imei1":"54246754212415440","imei2":"54246754212415440","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176708,"job_number":"JOB_176708","tr_customer_id":176725,"tr_customer_product_id":176715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:33.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11448433778312","imei1":"11448433778312","imei2":"11448433778312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T05:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176740,"job_number":"JOB_176740","tr_customer_id":176757,"tr_customer_product_id":176747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:21.000Z","modified_at":"2026-02-04T06:08:21.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"84421193859822","imei1":"84421193859822","imei2":"84421193859822","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176741,"job_number":"JOB_176741","tr_customer_id":176758,"tr_customer_product_id":176748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:22.000Z","modified_at":"2026-02-04T06:08:22.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"31284465119192","imei1":"31284465119192","imei2":"31284465119192","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176742,"job_number":"JOB_176742","tr_customer_id":176759,"tr_customer_product_id":176749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"33372953200466","imei1":"33372953200466","imei2":"33372953200466","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176743,"job_number":"JOB_176743","tr_customer_id":176760,"tr_customer_product_id":176750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:08:28.000Z","modified_at":"2026-02-04T06:08:28.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35062701737639","imei1":"35062701737639","imei2":"35062701737639","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T06:08:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176494,"job_number":"JOB_176494","tr_customer_id":176511,"tr_customer_product_id":176501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:39.000Z","modified_at":"2026-02-04T04:19:39.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10716658082819","imei1":"10716658082819","imei2":"10716658082819","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176496,"job_number":"JOB_176496","tr_customer_id":176513,"tr_customer_product_id":176503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:41.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Arden Cassin","mobile_number":"691-248-9833","email_id":"Amelie.Fahey@hotmail.com","dop":"2000-01-31","serial_number":"1026973266117177","imei1":"1026973266117177","imei2":"1026973266117177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176553,"job_number":"JOB_176553","tr_customer_id":176570,"tr_customer_product_id":176560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10224200877438","imei1":"10224200877438","imei2":"10224200877438","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176559,"job_number":"JOB_176559","tr_customer_id":176576,"tr_customer_product_id":176566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:30.000Z","modified_at":"2026-02-04T04:20:30.000Z","name":"Asa Cassin","mobile_number":"554-420-3894","email_id":"Bud73@gmail.com","dop":"2000-01-31","serial_number":"1050501989120168","imei1":"1050501989120168","imei2":"1050501989120168","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176623,"job_number":"JOB_176623","tr_customer_id":176640,"tr_customer_product_id":176630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10592178483359","imei1":"10592178483359","imei2":"10592178483359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176625,"job_number":"JOB_176625","tr_customer_id":176642,"tr_customer_product_id":176632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:18.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Flavio Wehner","mobile_number":"381-355-2597","email_id":"Erica_Mayert16@yahoo.com","dop":"2000-01-31","serial_number":"1009316889012765","imei1":"1009316889012765","imei2":"1009316889012765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176659,"job_number":"JOB_176659","tr_customer_id":176676,"tr_customer_product_id":176666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:04.000Z","modified_at":"2026-02-04T04:22:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10193193725919","imei1":"10193193725919","imei2":"10193193725919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176661,"job_number":"JOB_176661","tr_customer_id":176678,"tr_customer_product_id":176668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:06.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Sean Weber","mobile_number":"981-720-8713","email_id":"Frieda.Dickens@yahoo.com","dop":"2000-01-31","serial_number":"1049153321945694","imei1":"1049153321945694","imei2":"1049153321945694","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":176432,"job_number":"JOB_176432","tr_customer_id":176449,"tr_customer_product_id":176439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:14:56.000Z","modified_at":"2026-02-04T01:14:56.000Z","name":"fdsfds sdfsd","mobile_number":"3213123123","email_id":"dsdasd@gmail.com","dop":"2026-02-02","serial_number":"12313123123123123","imei1":"12313123123123123","imei2":"12313123123123123","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-04T01:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3ec024df-06e3-4092-91c7-7a8dd68b97e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-w4IsJu0fKrXAo4GQ8aMpCiZyu5E"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODl9.P7NvpUjSa3icBdeaXGFgnZUslLRmbylNcMWlinqohcY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODl9.P7NvpUjSa3icBdeaXGFgnZUslLRmbylNcMWlinqohcY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4c02c2e6-89c9-4332-ae60-6f31152fd75b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODl9.P7NvpUjSa3icBdeaXGFgnZUslLRmbylNcMWlinqohcY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c421c184-fb4e-42ac-8171-cc027e490e3f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-vBZ9pvMYnv57PMCUVIcrPwMIEdk"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":101}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODl9.P7NvpUjSa3icBdeaXGFgnZUslLRmbylNcMWlinqohcY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ff74e211-3c0c-4e30-b991-047b71653cb9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c6-Tiy/MZdzoRAfe+YwPcgkBTD9v10"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:48.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T06:34:48.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":176428,"job_number":"JOB_176428","tr_customer_id":176445,"tr_customer_product_id":176435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:09:51.000Z","modified_at":"2026-02-03T23:11:54.000Z","name":"Farhana Begum","mobile_number":"2233445566","email_id":"farhanalita@yahoo.com","dop":"2026-01-03","serial_number":"23456789023456","imei1":"23456789023456","imei2":"23456789023456","popurl":"2026-01-03T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-03T23:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODl9.P7NvpUjSa3icBdeaXGFgnZUslLRmbylNcMWlinqohcY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b998a3bf-5e62-45e9-8542-aa42b4534b94
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 352ms
Mean size per request: 2.32KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODl9.P7NvpUjSa3icBdeaXGFgnZUslLRmbylNcMWlinqohcY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d23e9985-5eb2-474e-924b-cc3c5bdf7b4f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"94c-UTNIle06KHH/E8zAXmyhPpjjd5Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:48.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-04T06:34:48.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":176747,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-04T06:34:44.000Z"}],"quatations":[]},{"id":176428,"job_number":"JOB_176428","tr_customer_id":176445,"tr_customer_product_id":176435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-03T23:09:51.000Z","modified_at":"2026-02-03T23:11:54.000Z","name":"Farhana Begum","mobile_number":"2233445566","email_id":"farhanalita@yahoo.com","dop":"2026-01-03","serial_number":"23456789023456","imei1":"23456789023456","imei2":"23456789023456","popurl":"2026-01-03T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-03T23:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":176428,"remark":"battery dead easily","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-03T23:09:51.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODl9.P7NvpUjSa3icBdeaXGFgnZUslLRmbylNcMWlinqohcY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78f71b08-676e-4c75-a021-18a40f4d7cba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODl9.P7NvpUjSa3icBdeaXGFgnZUslLRmbylNcMWlinqohcY
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fdd5ae4f-88a2-430b-848d-5d89df888cd6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":176747,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 920b2fb5-2330-4f59-9efd-6a7bf2c28b32
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-CprVXQoyPeoTsYVdEh8Gi/o9U8k"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg5MX0.Cjndu2_vUZr8z-TtOZ1jE7Uv6QVW_rV79YFNTT200Cs"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg5MX0.Cjndu2_vUZr8z-TtOZ1jE7Uv6QVW_rV79YFNTT200Cs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 57a07ac8-3df3-43d0-bf95-45f2e1ad594d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg5MX0.Cjndu2_vUZr8z-TtOZ1jE7Uv6QVW_rV79YFNTT200Cs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0772c2d3-1c5f-4ec0-8dd1-04bf2d6b4076
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-nh5ZybcuqBWgiIUD0gqsr5kb/s4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":101},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg5MX0.Cjndu2_vUZr8z-TtOZ1jE7Uv6QVW_rV79YFNTT200Cs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 479d9b25-063a-4729-8858-fd1c04434017
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 97.7KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg5MX0.Cjndu2_vUZr8z-TtOZ1jE7Uv6QVW_rV79YFNTT200Cs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2e1a0b82-0b3c-4415-8a10-2a6677f9782f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"186ce-BeduoyMKg5X/Getw6lPMEECPm3w"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176746,"job_number":"JOB_176746","tr_customer_id":176763,"tr_customer_product_id":176753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:28.000Z","modified_at":"2026-02-04T06:34:39.000Z","name":"Lindsay Hilpert","mobile_number":"312-821-9524","email_id":"Zachariah_Greenholt4@hotmail.com","dop":"2025-11-04","serial_number":"66248449528275","imei1":"66248449528275","imei2":"66248449528275","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176745,"job_number":"JOB_176745","tr_customer_id":176762,"tr_customer_product_id":176752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:12.000Z","modified_at":"2026-02-04T06:34:24.000Z","name":"Talon Altenwerth","mobile_number":"799-457-6994","email_id":"Adriel.Jenkins31@yahoo.com","dop":"2025-11-04","serial_number":"56528904470972","imei1":"56528904470972","imei2":"56528904470972","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176707,"job_number":"JOB_176707","tr_customer_id":176724,"tr_customer_product_id":176714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:04:33.000Z","modified_at":"2026-02-04T05:04:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18637583578491","imei1":"18637583578491","imei2":"18637583578491","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176631,"job_number":"JOB_176631","tr_customer_id":176648,"tr_customer_product_id":176638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:31.000Z","name":"Mason Champlin","mobile_number":"298-655-8960","email_id":"Claud.Nader@hotmail.com","dop":"2025-12-31","serial_number":"10724430596009","imei1":"10724430596009","imei2":"10724430596009","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176612,"job_number":"JOB_176612","tr_customer_id":176629,"tr_customer_product_id":176619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:08.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Aileen Gleason","mobile_number":"557-611-8420","email_id":"Ernesto64@hotmail.com","dop":"2025-12-31","serial_number":"10601215488525","imei1":"10601215488525","imei2":"10601215488525","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176607,"job_number":"JOB_176607","tr_customer_id":176624,"tr_customer_product_id":176614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:03.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Beatrice Ankunding","mobile_number":"240-612-6333","email_id":"Zella_Goldner@hotmail.com","dop":"2025-06-09","serial_number":"101601397974637","imei1":"101601397974637","imei2":"101601397974637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176596,"job_number":"JOB_176596","tr_customer_id":176613,"tr_customer_product_id":176603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:54.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Alba Ernser","mobile_number":"394-818-6472","email_id":"Devonte_Murray9@hotmail.com","dop":"2025-12-31","serial_number":"10752370154491","imei1":"10752370154491","imei2":"10752370154491","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176592,"job_number":"JOB_176592","tr_customer_id":176609,"tr_customer_product_id":176599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:47.000Z","modified_at":"2026-02-04T04:20:58.000Z","name":"Colin Borer","mobile_number":"928-840-3184","email_id":"Johann14@yahoo.com","dop":"2025-06-09","serial_number":"107220114783683","imei1":"107220114783683","imei2":"107220114783683","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176563,"job_number":"JOB_176563","tr_customer_id":176580,"tr_customer_product_id":176570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:32.000Z","modified_at":"2026-02-04T04:20:43.000Z","name":"Jordane Bradtke","mobile_number":"215-512-5077","email_id":"Dale_Feeney@gmail.com","dop":"2025-06-09","serial_number":"107221785345255","imei1":"107221785345255","imei2":"107221785345255","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176548,"job_number":"JOB_176548","tr_customer_id":176565,"tr_customer_product_id":176555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:24.000Z","modified_at":"2026-02-04T04:20:34.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11056966371513","imei1":"11056966371513","imei2":"11056966371513","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176533,"job_number":"JOB_176533","tr_customer_id":176550,"tr_customer_product_id":176540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:13.000Z","modified_at":"2026-02-04T04:20:36.000Z","name":"Velda Wintheiser","mobile_number":"854-858-7413","email_id":"Benton.Heaney33@yahoo.com","dop":"2025-10-01","serial_number":"17987415519575","imei1":"17987415519575","imei2":"17987415519575","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176490,"job_number":"JOB_176490","tr_customer_id":176507,"tr_customer_product_id":176497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:19:48.000Z","name":"giyu tomiaka","mobile_number":"342-645-9031","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"215126527489909","imei1":"215126527489909","imei2":"215126527489909","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176479,"job_number":"JOB_176479","tr_customer_id":176496,"tr_customer_product_id":176486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:27.000Z","modified_at":"2026-02-04T04:19:36.000Z","name":"tanjiro kamado","mobile_number":"348-743-7546","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"753371029945637","imei1":"753371029945637","imei2":"753371029945637","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176471,"job_number":"JOB_176471","tr_customer_id":176488,"tr_customer_product_id":176478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:15.000Z","modified_at":"2026-02-04T04:19:24.000Z","name":"saitama sensei","mobile_number":"941-837-0590","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"622751869803208","imei1":"622751869803208","imei2":"622751869803208","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176434,"job_number":"JOB_176434","tr_customer_id":176451,"tr_customer_product_id":176441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T01:48:25.000Z","modified_at":"2026-02-04T03:39:11.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"98765678956789054","imei1":"98765678956789054","imei2":"98765678956789054","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176737,"job_number":"JOB_176737","tr_customer_id":176754,"tr_customer_product_id":176744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:54.000Z","modified_at":"2026-02-04T05:41:30.000Z","name":"Hector O'Reilly","mobile_number":"277-472-9194","email_id":"Aimee_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"12884807685364","imei1":"12884807685364","imei2":"12884807685364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176734,"job_number":"JOB_176734","tr_customer_id":176751,"tr_customer_product_id":176741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:40:11.000Z","modified_at":"2026-02-04T05:40:47.000Z","name":"Jolie Gerhold","mobile_number":"393-723-5212","email_id":"Birdie_Berge@yahoo.com","dop":"2025-04-06","serial_number":"16652722179689","imei1":"16652722179689","imei2":"16652722179689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176731,"job_number":"JOB_176731","tr_customer_id":176748,"tr_customer_product_id":176738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:39:27.000Z","modified_at":"2026-02-04T05:40:04.000Z","name":"Dane Kuvalis","mobile_number":"811-824-8551","email_id":"Aletha.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"15631790507869","imei1":"15631790507869","imei2":"15631790507869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176728,"job_number":"JOB_176728","tr_customer_id":176745,"tr_customer_product_id":176735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:55.000Z","modified_at":"2026-02-04T05:30:39.000Z","name":"Freeman Herman","mobile_number":"263-675-8461","email_id":"Maryjane33@hotmail.com","dop":"2025-04-06","serial_number":"13961623298627","imei1":"13961623298627","imei2":"13961623298627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176726,"job_number":"JOB_176726","tr_customer_id":176743,"tr_customer_product_id":176733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:29:29.000Z","modified_at":"2026-02-04T05:30:04.000Z","name":"Immanuel McClure","mobile_number":"812-833-9513","email_id":"Viola.Bayer93@gmail.com","dop":"2025-04-06","serial_number":"15209066711525","imei1":"15209066711525","imei2":"15209066711525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176723,"job_number":"JOB_176723","tr_customer_id":176740,"tr_customer_product_id":176730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:55.000Z","modified_at":"2026-02-04T05:12:04.000Z","name":"Jeffrey Sauer","mobile_number":"809-750-0216","email_id":"Ronny28@gmail.com","dop":"2025-07-01","serial_number":"101214711385421","imei1":"101214711385421","imei2":"101214711385421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:12:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176721,"job_number":"JOB_176721","tr_customer_id":176738,"tr_customer_product_id":176728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:11:42.000Z","modified_at":"2026-02-04T05:11:52.000Z","name":"Marta Nitzsche","mobile_number":"876-939-2221","email_id":"Addie_Boyle@yahoo.com","dop":"2025-07-01","serial_number":"108027526968959","imei1":"108027526968959","imei2":"108027526968959","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176718,"job_number":"JOB_176718","tr_customer_id":176735,"tr_customer_product_id":176725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:07:26.000Z","modified_at":"2026-02-04T05:08:03.000Z","name":"Jarvis Nienow","mobile_number":"837-409-7971","email_id":"Maximilian.Beatty@gmail.com","dop":"2025-04-06","serial_number":"17271331175318","imei1":"17271331175318","imei2":"17271331175318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:08:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176713,"job_number":"JOB_176713","tr_customer_id":176730,"tr_customer_product_id":176720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:06:41.000Z","modified_at":"2026-02-04T05:07:19.000Z","name":"Chelsea Lockman","mobile_number":"280-990-6465","email_id":"Grady.Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"11667111239684","imei1":"11667111239684","imei2":"11667111239684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:07:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176710,"job_number":"JOB_176710","tr_customer_id":176727,"tr_customer_product_id":176717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T05:05:55.000Z","modified_at":"2026-02-04T05:06:33.000Z","name":"Ayana Lakin","mobile_number":"621-885-5581","email_id":"Ezequiel91@yahoo.com","dop":"2025-04-06","serial_number":"15193799837989","imei1":"15193799837989","imei2":"15193799837989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T05:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176706,"job_number":"JOB_176706","tr_customer_id":176723,"tr_customer_product_id":176713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:29.000Z","modified_at":"2026-02-04T04:46:06.000Z","name":"Kadin West","mobile_number":"840-867-0446","email_id":"Claude.Bins@gmail.com","dop":"2025-10-21","serial_number":"14969654966893","imei1":"14969654966893","imei2":"14969654966893","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:46:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176704,"job_number":"JOB_176704","tr_customer_id":176721,"tr_customer_product_id":176711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:45:01.000Z","modified_at":"2026-02-04T04:45:40.000Z","name":"Lauretta Sporer","mobile_number":"580-663-6430","email_id":"Elmore_Klocko35@yahoo.com","dop":"2025-10-21","serial_number":"10730403025821","imei1":"10730403025821","imei2":"10730403025821","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176702,"job_number":"JOB_176702","tr_customer_id":176719,"tr_customer_product_id":176709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:44.000Z","modified_at":"2026-02-04T04:45:21.000Z","name":"Jodie Abbott","mobile_number":"457-258-9604","email_id":"Lindsay.OKon12@hotmail.com","dop":"2025-10-21","serial_number":"14391136364330","imei1":"14391136364330","imei2":"14391136364330","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176700,"job_number":"JOB_176700","tr_customer_id":176717,"tr_customer_product_id":176707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:44:13.000Z","modified_at":"2026-02-04T04:44:53.000Z","name":"Karley Glover","mobile_number":"583-213-0873","email_id":"Daniella.Schuster@yahoo.com","dop":"2025-10-21","serial_number":"11218951587295","imei1":"11218951587295","imei2":"11218951587295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176698,"job_number":"JOB_176698","tr_customer_id":176715,"tr_customer_product_id":176705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:59.000Z","modified_at":"2026-02-04T04:44:37.000Z","name":"Travis Flatley","mobile_number":"940-690-9471","email_id":"Kaela11@yahoo.com","dop":"2025-10-21","serial_number":"11476097854053","imei1":"11476097854053","imei2":"11476097854053","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176696,"job_number":"JOB_176696","tr_customer_id":176713,"tr_customer_product_id":176703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:43:24.000Z","modified_at":"2026-02-04T04:44:05.000Z","name":"Felton Dibbert","mobile_number":"506-453-4330","email_id":"Carlie.Brakus79@gmail.com","dop":"2025-10-21","serial_number":"14267430442700","imei1":"14267430442700","imei2":"14267430442700","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176688,"job_number":"JOB_176688","tr_customer_id":176705,"tr_customer_product_id":176695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:26:22.000Z","modified_at":"2026-02-04T04:26:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45047521778037","imei1":"45047521778037","imei2":"45047521778037","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176681,"job_number":"JOB_176681","tr_customer_id":176698,"tr_customer_product_id":176688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:47.000Z","modified_at":"2026-02-04T04:26:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91800988010490","imei1":"91800988010490","imei2":"91800988010490","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176674,"job_number":"JOB_176674","tr_customer_id":176691,"tr_customer_product_id":176681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:25:12.000Z","modified_at":"2026-02-04T04:25:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32339119836277","imei1":"32339119836277","imei2":"32339119836277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176666,"job_number":"JOB_176666","tr_customer_id":176683,"tr_customer_product_id":176673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:16.000Z","modified_at":"2026-02-04T04:22:56.000Z","name":"Jaycee Weissnat","mobile_number":"645-853-3263","email_id":"Hipolito.Shields@hotmail.com","dop":"2025-04-06","serial_number":"11349614812034","imei1":"11349614812034","imei2":"11349614812034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176663,"job_number":"JOB_176663","tr_customer_id":176680,"tr_customer_product_id":176670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:12.000Z","modified_at":"2026-02-04T04:22:52.000Z","name":"Akeem Walker","mobile_number":"746-584-9495","email_id":"Brandy_McClure@hotmail.com","dop":"2025-04-06","serial_number":"14927185654416","imei1":"14927185654416","imei2":"14927185654416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176660,"job_number":"JOB_176660","tr_customer_id":176677,"tr_customer_product_id":176667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:22:05.000Z","modified_at":"2026-02-04T04:22:45.000Z","name":"Mark Effertz","mobile_number":"350-461-3813","email_id":"Ricky.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10581145820709","imei1":"10581145820709","imei2":"10581145820709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176657,"job_number":"JOB_176657","tr_customer_id":176674,"tr_customer_product_id":176664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:57.000Z","modified_at":"2026-02-04T04:22:36.000Z","name":"Madison VonRueden","mobile_number":"214-337-0465","email_id":"Edmund_Witting54@yahoo.com","dop":"2025-04-06","serial_number":"10636638989526","imei1":"10636638989526","imei2":"10636638989526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176653,"job_number":"JOB_176653","tr_customer_id":176670,"tr_customer_product_id":176660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:46.000Z","modified_at":"2026-02-04T04:22:26.000Z","name":"Lulu Legros","mobile_number":"474-470-7038","email_id":"Corene_Cummings@yahoo.com","dop":"2025-04-06","serial_number":"15778525443796","imei1":"15778525443796","imei2":"15778525443796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176651,"job_number":"JOB_176651","tr_customer_id":176668,"tr_customer_product_id":176658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:45.000Z","modified_at":"2026-02-04T04:22:24.000Z","name":"Boris O'Conner","mobile_number":"320-517-7243","email_id":"Timmothy35@gmail.com","dop":"2025-04-06","serial_number":"15134246549164","imei1":"15134246549164","imei2":"15134246549164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176647,"job_number":"JOB_176647","tr_customer_id":176664,"tr_customer_product_id":176654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Tyler Bartell","mobile_number":"993-851-2235","email_id":"Buster_Wiegand98@yahoo.com","dop":"2025-12-31","serial_number":"100481880007908","imei1":"100481880007908","imei2":"100481880007908","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176646,"job_number":"JOB_176646","tr_customer_id":176663,"tr_customer_product_id":176653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:30.000Z","modified_at":"2026-02-04T04:22:06.000Z","name":"Imelda Sporer","mobile_number":"467-208-1770","email_id":"Darby76@hotmail.com","dop":"2025-04-06","serial_number":"19855385035594","imei1":"19855385035594","imei2":"19855385035594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176643,"job_number":"JOB_176643","tr_customer_id":176660,"tr_customer_product_id":176650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:29.000Z","modified_at":"2026-02-04T04:22:09.000Z","name":"Alize Cummerata","mobile_number":"537-475-2296","email_id":"Lenna6@yahoo.com","dop":"2025-04-06","serial_number":"13404526723400","imei1":"13404526723400","imei2":"13404526723400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176640,"job_number":"JOB_176640","tr_customer_id":176657,"tr_customer_product_id":176647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:27.000Z","modified_at":"2026-02-04T04:22:08.000Z","name":"Jaida Maggio","mobile_number":"903-530-2435","email_id":"Gabriel.Hermann17@gmail.com","dop":"2025-04-06","serial_number":"13259064261692","imei1":"13259064261692","imei2":"13259064261692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176637,"job_number":"JOB_176637","tr_customer_id":176654,"tr_customer_product_id":176644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:25.000Z","modified_at":"2026-02-04T04:22:04.000Z","name":"Norberto Runolfsdottir","mobile_number":"548-472-7044","email_id":"Jalyn97@hotmail.com","dop":"2025-04-06","serial_number":"14380539441000","imei1":"14380539441000","imei2":"14380539441000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176632,"job_number":"JOB_176632","tr_customer_id":176649,"tr_customer_product_id":176639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:22:00.000Z","name":"Eldon Hyatt","mobile_number":"866-247-2632","email_id":"Jermain.Paucek83@gmail.com","dop":"2025-04-06","serial_number":"18038909573236","imei1":"18038909573236","imei2":"18038909573236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176630,"job_number":"JOB_176630","tr_customer_id":176647,"tr_customer_product_id":176637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:22.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Omari Hudson","mobile_number":"956-243-1356","email_id":"Litzy_Kessler@gmail.com","dop":"2025-04-06","serial_number":"11886888319383","imei1":"11886888319383","imei2":"11886888319383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176627,"job_number":"JOB_176627","tr_customer_id":176644,"tr_customer_product_id":176634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:21.000Z","modified_at":"2026-02-04T04:21:59.000Z","name":"Jacklyn Moore","mobile_number":"424-776-3938","email_id":"Priscilla.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"11561317396566","imei1":"11561317396566","imei2":"11561317396566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176624,"job_number":"JOB_176624","tr_customer_id":176641,"tr_customer_product_id":176631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:16.000Z","modified_at":"2026-02-04T04:21:57.000Z","name":"Joseph Konopelski","mobile_number":"421-449-8370","email_id":"Armando25@yahoo.com","dop":"2000-01-31","serial_number":"10188435582939","imei1":"10188435582939","imei2":"10188435582939","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176620,"job_number":"JOB_176620","tr_customer_id":176637,"tr_customer_product_id":176627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:12.000Z","modified_at":"2026-02-04T04:21:51.000Z","name":"Mattie Gibson","mobile_number":"855-649-3783","email_id":"Alberta_Crona@yahoo.com","dop":"2025-04-06","serial_number":"10011580042402","imei1":"10011580042402","imei2":"10011580042402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176618,"job_number":"JOB_176618","tr_customer_id":176635,"tr_customer_product_id":176625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:11.000Z","modified_at":"2026-02-04T04:21:46.000Z","name":"Darrion Hessel","mobile_number":"520-797-7761","email_id":"Andreanne_Bayer60@hotmail.com","dop":"2026-01-04","serial_number":"17133369098001","imei1":"17133369098001","imei2":"17133369098001","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176615,"job_number":"JOB_176615","tr_customer_id":176632,"tr_customer_product_id":176622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:09.000Z","modified_at":"2026-02-04T04:21:49.000Z","name":"Magali Bartell","mobile_number":"815-664-3422","email_id":"Lacey_Wolf75@gmail.com","dop":"2025-04-06","serial_number":"10883674573988","imei1":"10883674573988","imei2":"10883674573988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176611,"job_number":"JOB_176611","tr_customer_id":176628,"tr_customer_product_id":176618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:21:07.000Z","modified_at":"2026-02-04T04:21:48.000Z","name":"Myrna Stiedemann","mobile_number":"998-571-1838","email_id":"Merle8@gmail.com","dop":"2025-04-06","serial_number":"16520062757714","imei1":"16520062757714","imei2":"16520062757714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176602,"job_number":"JOB_176602","tr_customer_id":176619,"tr_customer_product_id":176609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:38.000Z","name":"Nico Jast","mobile_number":"647-663-0902","email_id":"Consuelo93@yahoo.com","dop":"2025-04-06","serial_number":"14907914450534","imei1":"14907914450534","imei2":"14907914450534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176600,"job_number":"JOB_176600","tr_customer_id":176617,"tr_customer_product_id":176607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:57.000Z","modified_at":"2026-02-04T04:21:37.000Z","name":"Chelsea Ward","mobile_number":"886-889-8769","email_id":"Nelda.Cummerata27@hotmail.com","dop":"2025-04-06","serial_number":"11794836586046","imei1":"11794836586046","imei2":"11794836586046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176598,"job_number":"JOB_176598","tr_customer_id":176615,"tr_customer_product_id":176605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:56.000Z","modified_at":"2026-02-04T04:21:34.000Z","name":"Jennings Gaylord","mobile_number":"232-663-6014","email_id":"Rossie.Carter@hotmail.com","dop":"2025-04-06","serial_number":"13344060642110","imei1":"13344060642110","imei2":"13344060642110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176590,"job_number":"JOB_176590","tr_customer_id":176607,"tr_customer_product_id":176597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:46.000Z","modified_at":"2026-02-04T04:21:23.000Z","name":"Kadin Kuvalis","mobile_number":"487-530-8797","email_id":"Kelli.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"18766100481755","imei1":"18766100481755","imei2":"18766100481755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176588,"job_number":"JOB_176588","tr_customer_id":176605,"tr_customer_product_id":176595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:43.000Z","modified_at":"2026-02-04T04:21:22.000Z","name":"Hope Jacobson","mobile_number":"865-394-4003","email_id":"Lisette.Olson@gmail.com","dop":"2025-12-31","serial_number":"106871290318209","imei1":"106871290318209","imei2":"106871290318209","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176585,"job_number":"JOB_176585","tr_customer_id":176602,"tr_customer_product_id":176592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:41.000Z","modified_at":"2026-02-04T04:21:21.000Z","name":"Dora Bartoletti","mobile_number":"502-851-1749","email_id":"Margarett.Lehner8@yahoo.com","dop":"2025-04-06","serial_number":"19184649271816","imei1":"19184649271816","imei2":"19184649271816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176578,"job_number":"JOB_176578","tr_customer_id":176595,"tr_customer_product_id":176585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:18.000Z","name":"Leonora Harris","mobile_number":"366-298-2180","email_id":"Reginald_Harvey32@gmail.com","dop":"2025-04-06","serial_number":"14166113325691","imei1":"14166113325691","imei2":"14166113325691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176577,"job_number":"JOB_176577","tr_customer_id":176594,"tr_customer_product_id":176584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:16.000Z","name":"Rosalee Pfeffer","mobile_number":"908-751-7700","email_id":"Colleen.Haag@hotmail.com","dop":"2025-04-06","serial_number":"13303380654586","imei1":"13303380654586","imei2":"13303380654586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176575,"job_number":"JOB_176575","tr_customer_id":176592,"tr_customer_product_id":176582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:36.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Josephine McGlynn","mobile_number":"250-673-0476","email_id":"Kenyatta.Hills@yahoo.com","dop":"2025-04-06","serial_number":"13930670768311","imei1":"13930670768311","imei2":"13930670768311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176572,"job_number":"JOB_176572","tr_customer_id":176589,"tr_customer_product_id":176579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:14.000Z","name":"Terrence Macejkovic","mobile_number":"443-308-3109","email_id":"Khalil.Huel87@yahoo.com","dop":"2025-04-06","serial_number":"16142756577747","imei1":"16142756577747","imei2":"16142756577747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176571,"job_number":"JOB_176571","tr_customer_id":176588,"tr_customer_product_id":176578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:35.000Z","modified_at":"2026-02-04T04:21:13.000Z","name":"Wilford O'Reilly","mobile_number":"304-299-7620","email_id":"Verdie_Ernser22@gmail.com","dop":"2025-04-06","serial_number":"12923973784175","imei1":"12923973784175","imei2":"12923973784175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176558,"job_number":"JOB_176558","tr_customer_id":176575,"tr_customer_product_id":176565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:29.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Rupert Marks","mobile_number":"433-894-6883","email_id":"Arvel47@yahoo.com","dop":"2026-01-04","serial_number":"11748295611128","imei1":"11748295611128","imei2":"11748295611128","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176556,"job_number":"JOB_176556","tr_customer_id":176574,"tr_customer_product_id":176564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:06.000Z","name":"Brianne Rath","mobile_number":"478-778-0715","email_id":"Ardith_Kshlerin@gmail.com","dop":"2025-04-06","serial_number":"16815796580165","imei1":"16815796580165","imei2":"16815796580165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176555,"job_number":"JOB_176555","tr_customer_id":176572,"tr_customer_product_id":176562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:28.000Z","modified_at":"2026-02-04T04:21:08.000Z","name":"Chauncey O'Conner","mobile_number":"516-853-3932","email_id":"Justyn28@gmail.com","dop":"2000-01-31","serial_number":"10833219659521","imei1":"10833219659521","imei2":"10833219659521","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176551,"job_number":"JOB_176551","tr_customer_id":176568,"tr_customer_product_id":176558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:25.000Z","modified_at":"2026-02-04T04:21:04.000Z","name":"Nikko Macejkovic","mobile_number":"288-671-7616","email_id":"Sarah_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"17550298443603","imei1":"17550298443603","imei2":"17550298443603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176544,"job_number":"JOB_176544","tr_customer_id":176561,"tr_customer_product_id":176551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:21.000Z","modified_at":"2026-02-04T04:21:01.000Z","name":"Matteo Von","mobile_number":"342-973-4987","email_id":"Eloy.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"14363441597170","imei1":"14363441597170","imei2":"14363441597170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176540,"job_number":"JOB_176540","tr_customer_id":176557,"tr_customer_product_id":176547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:59.000Z","name":"Schuyler Hoppe","mobile_number":"930-807-2439","email_id":"Houston_Cummerata80@hotmail.com","dop":"2025-04-06","serial_number":"13502789387231","imei1":"13502789387231","imei2":"13502789387231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176538,"job_number":"JOB_176538","tr_customer_id":176555,"tr_customer_product_id":176545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:20.000Z","modified_at":"2026-02-04T04:20:55.000Z","name":"Pearline Kihn","mobile_number":"255-593-5668","email_id":"Imani.Gaylord52@gmail.com","dop":"2025-06-18","serial_number":"10091836493480","imei1":"10091836493480","imei2":"10091836493480","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176531,"job_number":"JOB_176531","tr_customer_id":176548,"tr_customer_product_id":176538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:11.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Cordelia Pagac","mobile_number":"239-949-3442","email_id":"Drew.McDermott75@hotmail.com","dop":"2025-04-06","serial_number":"15956594608157","imei1":"15956594608157","imei2":"15956594608157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176527,"job_number":"JOB_176527","tr_customer_id":176544,"tr_customer_product_id":176534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:09.000Z","modified_at":"2026-02-04T04:20:49.000Z","name":"Guy Waelchi","mobile_number":"860-293-8876","email_id":"Laurianne65@hotmail.com","dop":"2025-04-06","serial_number":"18283687641171","imei1":"18283687641171","imei2":"18283687641171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176525,"job_number":"JOB_176525","tr_customer_id":176542,"tr_customer_product_id":176532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:08.000Z","modified_at":"2026-02-04T04:20:48.000Z","name":"Brain Davis","mobile_number":"404-311-6308","email_id":"Carleton.Frami@gmail.com","dop":"2025-04-06","serial_number":"13788542844415","imei1":"13788542844415","imei2":"13788542844415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176521,"job_number":"JOB_176521","tr_customer_id":176538,"tr_customer_product_id":176528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:20:02.000Z","modified_at":"2026-02-04T04:20:39.000Z","name":"Darien Harber","mobile_number":"578-548-5280","email_id":"Raphaelle9@hotmail.com","dop":"2025-04-06","serial_number":"10290669186276","imei1":"10290669186276","imei2":"10290669186276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176519,"job_number":"JOB_176519","tr_customer_id":176536,"tr_customer_product_id":176526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:56.000Z","modified_at":"2026-02-04T04:20:35.000Z","name":"Allison Marks","mobile_number":"884-237-9590","email_id":"Cleta_Muller22@gmail.com","dop":"2025-12-31","serial_number":"109515920782283","imei1":"109515920782283","imei2":"109515920782283","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176514,"job_number":"JOB_176514","tr_customer_id":176531,"tr_customer_product_id":176521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:50.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Eli Kessler","mobile_number":"956-289-0988","email_id":"Kari41@hotmail.com","dop":"2025-04-06","serial_number":"11459773787837","imei1":"11459773787837","imei2":"11459773787837","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176512,"job_number":"JOB_176512","tr_customer_id":176529,"tr_customer_product_id":176519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:49.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Austen Bednar","mobile_number":"528-379-5549","email_id":"Hillard_Herzog96@gmail.com","dop":"2025-04-06","serial_number":"10871636493226","imei1":"10871636493226","imei2":"10871636493226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176510,"job_number":"JOB_176510","tr_customer_id":176527,"tr_customer_product_id":176517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:48.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Josefina Jacobi","mobile_number":"556-838-4841","email_id":"Werner18@yahoo.com","dop":"2025-04-06","serial_number":"10425319190950","imei1":"10425319190950","imei2":"10425319190950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176507,"job_number":"JOB_176507","tr_customer_id":176524,"tr_customer_product_id":176514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:47.000Z","modified_at":"2026-02-04T04:20:28.000Z","name":"Kenton Ferry","mobile_number":"884-933-8543","email_id":"Lamont_Langosh30@yahoo.com","dop":"2025-04-06","serial_number":"16554706441120","imei1":"16554706441120","imei2":"16554706441120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176505,"job_number":"JOB_176505","tr_customer_id":176522,"tr_customer_product_id":176512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:46.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Mckayla Welch","mobile_number":"380-580-9472","email_id":"Jabari.Thompson94@gmail.com","dop":"2026-01-04","serial_number":"11242668530788","imei1":"11242668530788","imei2":"11242668530788","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176500,"job_number":"JOB_176500","tr_customer_id":176517,"tr_customer_product_id":176507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:43.000Z","modified_at":"2026-02-04T04:20:21.000Z","name":"Troy Kassulke","mobile_number":"429-334-2416","email_id":"Demarcus.Blick80@gmail.com","dop":"2025-04-06","serial_number":"14635670377565","imei1":"14635670377565","imei2":"14635670377565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176497,"job_number":"JOB_176497","tr_customer_id":176514,"tr_customer_product_id":176504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:42.000Z","modified_at":"2026-02-04T04:19:58.000Z","name":"Rozella O'Keefe","mobile_number":"917-931-9949","email_id":"Wendell_Nikolaus@gmail.com","dop":"2025-05-30","serial_number":"11193339772390","imei1":"11193339772390","imei2":"11193339772390","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176495,"job_number":"JOB_176495","tr_customer_id":176512,"tr_customer_product_id":176502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:40.000Z","modified_at":"2026-02-04T04:20:20.000Z","name":"Alberto Lemke","mobile_number":"548-215-8611","email_id":"Federico60@gmail.com","dop":"2000-01-31","serial_number":"10674023106755","imei1":"10674023106755","imei2":"10674023106755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176491,"job_number":"JOB_176491","tr_customer_id":176508,"tr_customer_product_id":176498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:13.000Z","name":"Deron Steuber","mobile_number":"706-377-0411","email_id":"Florencio_Reichel@hotmail.com","dop":"2025-06-18","serial_number":"10925752725743","imei1":"10925752725743","imei2":"10925752725743","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176488,"job_number":"JOB_176488","tr_customer_id":176505,"tr_customer_product_id":176495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:38.000Z","modified_at":"2026-02-04T04:20:17.000Z","name":"Rhea Torp","mobile_number":"440-835-2133","email_id":"Enid.Durgan42@yahoo.com","dop":"2025-04-06","serial_number":"19804852871248","imei1":"19804852871248","imei2":"19804852871248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176484,"job_number":"JOB_176484","tr_customer_id":176501,"tr_customer_product_id":176491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Tara Dooley","mobile_number":"230-744-5516","email_id":"Patsy.Collier25@gmail.com","dop":"2025-04-06","serial_number":"12429138110066","imei1":"12429138110066","imei2":"12429138110066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176483,"job_number":"JOB_176483","tr_customer_id":176500,"tr_customer_product_id":176490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:32.000Z","modified_at":"2026-02-04T04:20:12.000Z","name":"Alessandro Purdy","mobile_number":"342-728-6130","email_id":"Cleveland33@gmail.com","dop":"2025-04-06","serial_number":"19144756224125","imei1":"19144756224125","imei2":"19144756224125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176478,"job_number":"JOB_176478","tr_customer_id":176495,"tr_customer_product_id":176485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:03.000Z","name":"Caleb Langworth","mobile_number":"679-449-4236","email_id":"Jadyn.Ebert29@gmail.com","dop":"2025-04-06","serial_number":"13432555119457","imei1":"13432555119457","imei2":"13432555119457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176477,"job_number":"JOB_176477","tr_customer_id":176494,"tr_customer_product_id":176484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:25.000Z","modified_at":"2026-02-04T04:20:04.000Z","name":"Manuela Bosco","mobile_number":"534-607-3873","email_id":"Kieran53@gmail.com","dop":"2025-04-06","serial_number":"16120296697617","imei1":"16120296697617","imei2":"16120296697617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176469,"job_number":"JOB_176469","tr_customer_id":176486,"tr_customer_product_id":176476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:12.000Z","modified_at":"2026-02-04T04:19:52.000Z","name":"Heath Dietrich","mobile_number":"686-211-3178","email_id":"Adan.Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"19785516632411","imei1":"19785516632411","imei2":"19785516632411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176467,"job_number":"JOB_176467","tr_customer_id":176484,"tr_customer_product_id":176474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:19:05.000Z","modified_at":"2026-02-04T04:19:41.000Z","name":"Roger Kulas","mobile_number":"386-913-7176","email_id":"Javier_Hansen26@hotmail.com","dop":"2025-04-06","serial_number":"10996378630360","imei1":"10996378630360","imei2":"10996378630360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176465,"job_number":"JOB_176465","tr_customer_id":176482,"tr_customer_product_id":176472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:58.000Z","modified_at":"2026-02-04T04:19:35.000Z","name":"Lempi Ferry","mobile_number":"650-675-4242","email_id":"Martine_Kuhlman78@yahoo.com","dop":"2025-04-06","serial_number":"12999558831053","imei1":"12999558831053","imei2":"12999558831053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176463,"job_number":"JOB_176463","tr_customer_id":176480,"tr_customer_product_id":176470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:57.000Z","modified_at":"2026-02-04T04:19:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15061186077396","imei1":"15061186077396","imei2":"15061186077396","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176461,"job_number":"JOB_176461","tr_customer_id":176478,"tr_customer_product_id":176468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:19:21.000Z","name":"Davion Conroy","mobile_number":"433-789-1714","email_id":"Tyrese79@gmail.com","dop":"2025-04-06","serial_number":"16284035142558","imei1":"16284035142558","imei2":"16284035142558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176460,"job_number":"JOB_176460","tr_customer_id":176477,"tr_customer_product_id":176467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T04:18:45.000Z","modified_at":"2026-02-04T04:18:55.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"109725614917318","imei1":"109725614917318","imei2":"109725614917318","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176450,"job_number":"JOB_176450","tr_customer_id":176467,"tr_customer_product_id":176457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:31:14.000Z","modified_at":"2026-02-04T03:31:51.000Z","name":"Tomas O'Conner","mobile_number":"864-230-1023","email_id":"Alfonzo_Beier@yahoo.com","dop":"2025-04-06","serial_number":"14681583901262","imei1":"14681583901262","imei2":"14681583901262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176447,"job_number":"JOB_176447","tr_customer_id":176464,"tr_customer_product_id":176454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:30:29.000Z","modified_at":"2026-02-04T03:31:07.000Z","name":"Alexander Erdman","mobile_number":"923-694-5669","email_id":"Ericka_Mraz98@yahoo.com","dop":"2025-04-06","serial_number":"15454476168298","imei1":"15454476168298","imei2":"15454476168298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176444,"job_number":"JOB_176444","tr_customer_id":176461,"tr_customer_product_id":176451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:29:43.000Z","modified_at":"2026-02-04T03:30:21.000Z","name":"Malcolm Shields","mobile_number":"800-946-5391","email_id":"Leo_Pouros5@hotmail.com","dop":"2025-04-06","serial_number":"17869032770236","imei1":"17869032770236","imei2":"17869032770236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176440,"job_number":"JOB_176440","tr_customer_id":176457,"tr_customer_product_id":176447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T03:13:39.000Z","modified_at":"2026-02-04T03:13:54.000Z","name":"Jacklyn Howe","mobile_number":"640-904-1564","email_id":"Frieda_Towne33@hotmail.com","dop":"2025-05-30","serial_number":"14345045410993","imei1":"14345045410993","imei2":"14345045410993","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:13:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":176438,"job_number":"JOB_176438","tr_customer_id":176455,"tr_customer_product_id":176445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T02:42:25.000Z","modified_at":"2026-02-04T03:49:07.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-04T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 375ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg5MX0.Cjndu2_vUZr8z-TtOZ1jE7Uv6QVW_rV79YFNTT200Cs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5b177423-efea-4f30-b4d8-352999f06153
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"401-t2ChtfLyshdSfpVwP56SnMS7F6E"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 04 Feb 2026 06:34:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:51.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-04T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg5MX0.Cjndu2_vUZr8z-TtOZ1jE7Uv6QVW_rV79YFNTT200Cs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 60bdcf16-14f5-43ee-aa7a-0774e5a06a4d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 176747
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 382ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDE4Njg5MX0.Cjndu2_vUZr8z-TtOZ1jE7Uv6QVW_rV79YFNTT200Cs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 452f963e-77b1-41f3-ac02-1637e3f5b234
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83de757d-1054-4f4e-aa02-c9b09d313292
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-XFm6A6tTkpqu3NnT71hXfOY3LnQ"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4OTN9.YRoTWfURykxHg1REEHITZllLhTU-nQ4xlsbEpUbZdfc"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79ef0f79-eb7e-4e6f-b3bb-f718834ca48b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 84454af3-843e-40f0-a7e4-1c6e15f109a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Gd78DihsP4wSIowjDtQGThYP0fA"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":316},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 1016B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a2741374-81ca-4f1e-b861-6c67a5dfa783
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1016
ETag W/"3f8-9JRkbgsSXdVdhuabAHFTmCcMJho"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:53.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-04T06:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 1016B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cfd63347-1c93-4358-9c81-428ad22b5fed
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1016
ETag W/"3f8-9JRkbgsSXdVdhuabAHFTmCcMJho"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":176747,"job_number":"JOB_176747","tr_customer_id":176764,"tr_customer_product_id":176754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-04T06:34:44.000Z","modified_at":"2026-02-04T06:34:53.000Z","name":"Chaya Hilpert","mobile_number":"503-722-5717","email_id":"Nikolas_Schuster@gmail.com","dop":"2025-11-04","serial_number":"33960909414657","imei1":"33960909414657","imei2":"33960909414657","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-04T06:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b168dc07-f83f-419b-a3b7-37449d125589
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 176747
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7218537f-acde-46a7-aedf-adcbf05e1f92
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/176747
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAxODY4ODB9.WX5wLr0WsOG_1JvWNj0peDipD56TQQmQ3t-zhHmJ62g
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5ec62b3d-ea0e-4739-911b-7117b481e6b1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 04 Feb 2026 06:34:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request